Version 1.0.19b
This commit is contained in:
9
minecraft/kubejs/server_scripts/modpack/bugs.js
Normal file
9
minecraft/kubejs/server_scripts/modpack/bugs.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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'})
|
||||
})
|
||||
Reference in New Issue
Block a user