chunkgen
chunkgen copied to clipboard
Not working on 1.10.2
When I try to create a world I get an endless "Building terrain" while this mod is installed.
See #26 and try the fix posted there. Solved it for me.
Try the new version 1.5 that was uploaded to curseforge https://minecraft.curseforge.com/projects/chunkgen/files
It wasn't uploaded to releases on github, though.
@gecgooden, could you either do so, or clear the release list here?
This actually does not work in fact, or i am severely typing in the wrong command, What i tried to do was /chunkgen 625 625 256 0 ~ which translates to /chunkgen X Y Height Width ( No idea what to put for that ) Dimension. IF i am doing this wrong please correct how i should input this.
Height and width are the number of chunks it should generate around the origin. You told it to generate a zero-width stripe, so...
Not saving chunks again for 1.10.2. Was fixed under: #36 but the commits look nothing like the code now inside generateChunk::Utilities.java Exact same issue, it performs chunkgen up to Complete but is not saving the data, only leaving 8Kb files behind. I am only just getting into Minecraft programming so don't even know where to start looking as to even the API doco I should read to figure how to fix it just yet... currently guessing that "(chunkProvider.getLoadedChunkCount() > Reference.maxChunksLoaded)" is wrong!? But I don't even know how to build gradle yet, ran batch...it d/l'ed shtuff --> I'll go wiki hunting in the meantime but this is prolly a five-minute fix for someone already on here!? Cheers, :):)