5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
// Fire for Standing Torch
|
|
ServerEvents.recipes(allthemods => {
|
|
allthemods.remove({ id: 'additional_lights:fire_for_standing_torch_s' })
|
|
})
|