Update to 1.4, remove better combat, add sable compats, fix chest recipe

This commit is contained in:
2026-05-06 18:27:23 +02:00
parent 58325cd279
commit 9443ae3141
10 changed files with 141 additions and 39 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'
}
)
})