7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
ServerEvents.recipes(e => {
|
|
removeRecipeByID(e, [
|
|
'decorative_blocks:torch_from_chandelier',
|
|
'decorative_blocks:soul_torch_from_soul_chandelier'
|
|
])
|
|
})
|