Spawn preventing beacon mod doesn't allow the beacon config changes
WarlordWossman opened this issue ยท 3 comments
quark 145
forge 2784
log: https://1drv.ms/u/s!AoR8KAnyMi8Ub2e1KZSchbzVRPs
As the title says, can't replace beacon effects using quark when the mod Spawn Preventing Beacon is installed, was trying to replace haste with night vision in my example and it did work once I excluded said mod.
Please reupload the log
I may suggest http://hastebin.com
Log is too long for haste/pastebin ; should be easy to reproduce with forge + quark + spawn preventing beacon. Sorry for the inconvenience.
This is because https://github.com/Pyre540/spawn-preventing-beacon/blob/9e11868a7f2580eccd5fc7516a6ee9369d916d50/src/main/java/pyre/spawnpreventingbeacon/gui/CustomBeaconGUI.java does not extend GuiBeacon. This is on their side, not ours.