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

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