7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'barteringstation:bartering_station'
|
||
|
])
|
||
|
})
|