Making LordMZTE happy
This commit is contained in:
parent
94cc1f141d
commit
2efec7fd08
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ class Main {
|
||||||
D: "minecraft:diamond_block"
|
D: "minecraft:diamond_block"
|
||||||
});
|
});
|
||||||
|
|
||||||
event.shaped(Item.of('minecraft:chest', 4), ["WWW", "W W", "WWW"], {
|
event.shaped(Item.of("minecraft:chest", 4), ["WWW", "W W", "WWW"], {
|
||||||
W: '#minecraft:logs'
|
W: "#minecraft:logs"
|
||||||
});
|
});
|
||||||
|
|
||||||
event.shaped(Item.of("minecraft:stick", 16), ["W", "W"], {
|
event.shaped(Item.of("minecraft:stick", 16), ["W", "W"], {
|
||||||
|
|
Loading…
Reference in a new issue