parent
d287f51d3a
commit
fb1bbdc2a0
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 0
|
||||||
|
|
||||||
|
onEvent("recipes", event => { |
||||||
|
event.remove({ output: "cookingforblockheads:spice_rack" }) |
||||||
|
event.shaped("cookingforblockheads:spice_rack", [ |
||||||
|
"SSS", |
||||||
|
"B B", |
||||||
|
], { |
||||||
|
S: "#minecraft:wooden_slabs", |
||||||
|
B: "#minecraft:wooden_buttons", |
||||||
|
}); |
||||||
|
}); |
Loading…
Reference in new issue