Hi,
Firstly, thanks for porting this to Forge :). I'm running into an issue where any direct drop loot tables do not want to be read from json. The offending line is in ServerResourceData:
This line works fine on Fabric, but on Forge, it produces the following error: Cannot invoke "java.util.Deque.peek()" because the return value of "java.lang.ThreadLocal.get()" is null. I've also tried looking into fixing this myself, however I've come up empty handed. I wish you the best of luck! :D
Hi, Firstly, thanks for porting this to Forge :). I'm running into an issue where any direct drop loot tables do not want to be read from json. The offending line is in
ServerResourceData
:This line works fine on Fabric, but on Forge, it produces the following error:
Cannot invoke "java.util.Deque.peek()" because the return value of "java.lang.ThreadLocal.get()" is null
. I've also tried looking into fixing this myself, however I've come up empty handed. I wish you the best of luck! :DThanks, Electrolyte