Open Krutoy242 opened 8 months ago
I believe this issue may have something to do with mods that are being patched with bansoukou. JEM uses JER's loot table manager whenever possible and sometimes uses Minecraft's built-in Loot Table handler for certain drop interactions.
The error that you are seeing looks to be caused by missing resources locations when injecting loot into dungeon tables. The error is caused by the LootTableManager attempting to parse the loot table json and encountering an item that doesn't exist.
Can you check to see if this jar fixes the issue? justenoughmagiculture-1.12.2-1.1.4.jar.zip
Sure, i will test it later.
I found this errors and warnings in my
debug.log
file. When I removed JEM they disapear. So since they are not directly mention JEM, i suspect that it is the cause.Order of errors preserved, but they appear in different parts of log file.
debug-1.log.gz
What does this errors means? Is they actually related to JEM or its false alarm? Is some JEM features not working for me?