Files
Adrian Marquis b5ede55eba Version 1.0.19b
2023-05-29 13:49:34 +00:00

10 lines
352 B
JavaScript

ServerEvents.recipes(event => {
//removal of recipes due to dupe bug
//https://github.com/JoeFoxe/Hexerei-1.19/issues/36
event.remove({ id: 'hexerei:mahogany_drying_rack'})
event.remove({ id: 'hexerei:witch_hazel_drying_rack'})
event.remove({ id: 'hexerei:willow_drying_rack'})
event.remove({ id:'securitycraft:projector'})
})