Changes

Summary

  1. Switch the worldgen of Tainted Soil and Heat Sand to use WorldGenMinable (details)
  2. Fix trees not replacing grass which causes a floating tree. (details)
Commit 842026c264685c8aa294ce1f84c85a6448827be9 by alexbegt
Switch the worldgen of Tainted Soil and Heat Sand to use WorldGenMinable
instead of overriding the nether. Fixes #352
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldProviderNetherite.java
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/ChunkProviderNetherite.java
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/retrogen/TickHandlerWorldRetrogen.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/common/config/Config.java (diff)
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/ChunkNetherite.java
The file was addedsrc/main/java/com/progwml6/natura/world/worldgen/NetherMinableGenerator.java
The file was modifiedsrc/main/java/com/progwml6/natura/world/NaturaWorld.java (diff)
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldGenNetheriteFire.java
Commit 559249dbf817c6275f09786d44f549ce5322035b by alexbegt
Fix trees not replacing grass which causes a floating tree.
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/RedwoodTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/WillowTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/OverworldTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/NetherMinableGenerator.java (diff)