8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
removeRecipeByID(e, [
|
||
|
'nethersdelight:golden_machete',
|
||
|
'nethersdelight:diamond_machete',
|
||
|
'nethersdelight:netherite_machete',
|
||
|
])
|
||
|
})
|