9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
ServerEvents.recipes(e => {
|
|
removeRecipeByID(e, [
|
|
'constructionwand:stone_wand',
|
|
'constructionwand:iron_wand',
|
|
'constructionwand:diamond_wand',
|
|
'constructionwand:infinity_wand'
|
|
])
|
|
})
|