Init 1.21.1 v2

This commit is contained in:
2026-05-26 22:40:38 +02:00
parent 09e96c6450
commit f13a976dc2
200 changed files with 6684 additions and 1024 deletions
+5
View File
@@ -0,0 +1,5 @@
// priority: 0
ServerEvents.recipes((event) => {
event.remove({ type: "createsifter:sifting" });
});
-13
View File
@@ -1,13 +0,0 @@
ServerEvents.recipes((event) => {
event.shaped(
Item.of('minecraft:chest', 1),
[
'WWW',
'W W',
'WWW'
],
{
W: '#minecraft:planks'
}
)
})