Update to 1.16, remove continutiy and ismah for minecolonies compat. Add wood,stone,gem compats

This commit is contained in:
2026-05-18 06:44:41 +02:00
parent ef2a4a2229
commit f124e1279d
9 changed files with 58 additions and 58 deletions
-13
View File
@@ -1,13 +0,0 @@
ServerEvents.recipes((event) => {
event.shaped(
Item.of('minecraft:chest', 1),
[
'WWW',
'W W',
'WWW'
],
{
W: '#minecraft:planks'
}
)
})