7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'charginggadgets:charging_station'
|
||
|
])
|
||
|
})
|