-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
world scanner crashes in spectrum:deeper_down
due to deeper down generating below y=-64
#11
Comments
removing assert works but all it does is generate a empty string |
I'm getting this same crash even with only trying to generate for the overworld |
|
Hmm, I don't think it would be a good idea to add the export of levels below y=-64 since JER doesn't support it anyway. I didn't realise some mods changed this limit though, I'll change the assertion to a warning that levels below y=-64 will be cut. |
@ArticulatedDrunk I'm assuming this is modded too, and your overworld extends below y=-64? |
after modifying so I made a patch but after making a Y-Level override for spectrum deeper down {
"spectrum:deeper_down": [-320,-64]
} the range is now from -256 -> 0 |
world-gen.json |
Since v0.3.4 RegionScanner will now ignore the blocks below the depth limit instead of panicking. So scanning a dimension like Deeper Down that's entirely below the depth limit just produces no entries. Can't really do much else unless JER starts supporting such worlds, though. |
A lot of the levels in your |
so instead make a |
lemmy try this |
yep that works. aside from the y-values being wrong it works |
patch.diff.txt {
"dim": y-offset-override
} |
I'm pretty sure it doesn't. We ended up making a file by using the previous release but apparently jer doesn't even support ores on 1.20.1 so it's overall kinda pointless. |
It does - I've been using JER on 1.20.1 with world-gen.json generated by RegionScanner without issues (though I haven't had any dimensions that go beneath -64). |
the spectrum deeper down generates between y=-64 and y=-320 which causes world scanner assertion to fail
The text was updated successfully, but these errors were encountered: