1.19.4 to 1.20.4 minecraft version work & merge 2 world#13
1.19.4 to 1.20.4 minecraft version work & merge 2 world#13HydrolienF wants to merge 229 commits intoJeshuakrc:mainfrom
Conversation
|
By removing the last use of CraftBukkit class, Underilla can now support multiple versions. |
|
I have also test if doing our own BiomeProvider will fix structure generation in totally unrelated biomes. |
|
If you want to do test before merging, I have done a release |
Have you tried 1.3.1 from the link in my last message or the patched version 1.3.2 ? |
This line causes a crash because of a NPE when trying to invoke "readChunk(int, int) on this.worldCavesReader_, which is null. To resolve this error, fix null check for `this.worldCavesReader_` before invoking readChunk
Fix NPE on worldCavesReader_
|
Last commits allow to generate a world from 2 existing worlds (one for surface and one for caves). User should generate a vanilla world at the same coordinates than his worldpainter world. For a best result: A next step could be to integrate a Chunky version inside Underilla and to generate the cave world then merge it with surface world. But it would require 2 config files (1 for cave world generation and 1 for merging the 2 worlds) and a lot of time for only a small improvement. |
Update the underilla default datapack version
Each Material or EntityType field now have the type of string that are allowed with a link and an example. Javadoc links are up to date. This is a pre commit for #26 which will make the config easier to understand.
Thanks to ApexRex65 for sharing the less obvious steps of the step by step tuto.
They was done in separated steps. It might lag the server, we need to test. The code and config about the 2 cleaning steps is still there, it will be removed in the futur if it works well.
There is still removeUnstableBlock to do.
…ort 1.21.5 to 1.21.11
Make the cave biome heigh be larger for the 3 cave biome & the same for the 3. This should fix deed_dark being much more common than the 2 others one.
Fix to much deed_dark


Remove version limiting code.
Add performance data in README
Clean code.