7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
ServerEvents.recipes(e => {
|
|
|
|
removeRecipeByID(e, [
|
|
'rangedpumps:pump'
|
|
])
|
|
})
|