Gegy
Gegy
Hi! This crash report does not immediately seem to be caused by LLibrary, but if you could send the full logs/latest.log file from when this error occurs we may be...
LLibrary doesn't do any worldgen... What other mods do you have installed?
@BobMowzie any ideas on this? Could your mod be causing generation while in the LLibrary context?
LLibrary never calls getBlockState, and only calls setBlockState from the StructureBuilder... huh
Alright. Think I've found the issue: the syncing `BlockEntity` class sends update packets to all players, forcing them to load the chunk that the TE is in. Only weird thing...
@duhadventure Is that the only other mod you have installed?
Try update your Forge :)
You’ll just need to change the forge version string in your build.gradle and rerun setup
How are you adding the dependency to your `build.gradle`? Recommended is `deobfCompile` with the obf-jar
It's extracted into another dependency which is contained within the LLibrary jar file and supposed to be extracted by Forge. Check the logs for any mention of something around that