Init 1.21.1 v2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// priority: 0
|
||||
|
||||
ServerEvents.recipes((event) => {
|
||||
event.remove({ type: "createsifter:sifting" });
|
||||
});
|
||||
@@ -1,13 +0,0 @@
|
||||
ServerEvents.recipes((event) => {
|
||||
event.shaped(
|
||||
Item.of('minecraft:chest', 1),
|
||||
[
|
||||
'WWW',
|
||||
'W W',
|
||||
'WWW'
|
||||
],
|
||||
{
|
||||
W: '#minecraft:planks'
|
||||
}
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user