8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
ServerEvents.recipes(e => {
|
|
|
|
removeRecipeByID(e, [
|
|
'toolbelt:belt',
|
|
'toolbelt:pouch'
|
|
])
|
|
})
|