
Publish version 3.1.4 on Modrinth
solonovamax opened this issue ยท 5 comments
Describe the bug
Version 3.1.4 is not published on modrinth.
To Reproduce
Steps to reproduce the behavior:
- Go to the modrinth page
- Click on versions
- Version 3.1.4 is not there.
Version 3.1.4 is not released anywhere. It's still buggy, and I haven't taken the time to fix it yet.
I just did more testing, and there seems to be some weirdness occasionally with spawning in the Nether. Fall from sky spawned me in the bottom of a lava lake, well below the roof of the Nether. The first time I tested, one of the settings managed to spawn me on the roof of the Nether (I don't recall which). In any case, I think I'll go ahead and release it as a beta so you can get the fixes it has to offer.
hmm, unsure why it's spawning you inside of a lava lake.
I'd have to check how Box#isSpaceEmpty
works, as this is the code which determines whether or not it's a valid location: https://github.com/The-Fireplace-Minecraft-Mods/Unforgiving-Void/blob/1.18.2/src/main/java/dev/the_fireplace/unforgivingvoid/usecase/SpawnPositionLocator.java#L146-L150