Repurposed Structures: Detected a mod with a broken basalt columns
temotodochi opened this issue · 5 comments
[19:24:36] [DH-World Gen Thread[2]/WARN]: Repurposed Structures: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature.
I'm using distant horizons with fabric repurposed structures 7.1.13 and there is an issue with some nether structures, i have since disabled nether structures since this log crashes DH world gen threads and causes 350+ megabyte log files in a few minutes.
Closing as no new info or response after a whole week. Cannot proceed with troubleshooting any further.
Please report to the proper worldgen mod to fix their broken basalt feature. They are likely using two square placements by mistake or spreads or whatever.
the check is required because otherwise, it would’ve crashed the code if I didn’t return early
I won’t be disabling this logging because the misplaced basalt feature is broken and can cause issues. It needs to be addressed in the problematic mod instead of hiding the issue
if you list out all the worldgen mods/datapacks you’re using, we can start narrowing down which one is the issue
Talked with some people on discord. Distant horizon may be doing something weird with chunks that puts them in a weird chunkstatus state they shouldn’t be in when generating features
Documentation for future reference if needed in case another mod causes similar chunkstatus issue:
https://gitlab.com/jeseibel/distant-horizons/-/blob/Data_Source_Rewrite/common/src/main/java/com/seibel/distanthorizons/common/wrappers/worldGeneration/BatchGenerationEnvironment.java#L620
After talking with Distant Horizon dev and reaching a solution they can do to prevent the side chunks from being in wrong chunkstatus compared to vanilla, I am also removing the logging on my side since the wrongly placed basalt feature issue hasn't happen in a very long time. Should be ok to remove the logging for now.
New update released