9 lines
214 B
JavaScript
9 lines
214 B
JavaScript
ServerEvents.recipes(e => {
|
|
removeRecipeByID(e, [
|
|
'ars_nouveau:mana_gem_block',
|
|
'ars_nouveau:mana_gem_2',
|
|
'ars_nouveau:archwood_pressure_plate',
|
|
'ars_nouveau:enchanting_apparatus'
|
|
])
|
|
})
|