7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'easy_mob_farm:witch_bottle_from_glass_bottle_and_other_stuff',
|
||
|
'easy_mob_farm:urn_small_from_diorite_and_other_stuff'
|
||
|
])
|
||
|
})
|