Changes

Summary

  1. Switch the worldgen of Tainted Soil and Heat Sand to use WorldGenMinable (details)
  2. Fix recipe issues using the wrong planks for fusewood/darkwood buttons, (details)
  3. Remove unneeded code inside of OverworldTreeGenerator. (details)
Commit b5ae7ca0af06072fa2aa4052665f59707814eb5b 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/ChunkProviderNetherite.java
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldProviderNetherite.java
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/ChunkNetherite.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/world/NaturaWorld.java (diff)
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldGenNetheriteFire.java
The file was addedsrc/main/java/com/progwml6/natura/world/worldgen/NetherMinableGenerator.java
The file was modifiedsrc/main/java/com/progwml6/natura/common/config/Config.java (diff)
Commit 5202bf8417254dde4ba445eb662c4464c00a9103 by alexbegt
Fix recipe issues using the wrong planks for fusewood/darkwood buttons,
doors and fix the carrot seed bag to carrots recipe.
The file was modifiedsrc/main/java/com/progwml6/natura/library/enums/WoodTypes.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/shared/NaturaCommons.java (diff)
Commit 232ee6965c4c216b573b968fa5114140f1bc0750 by alexbegt
Remove unneeded code inside of OverworldTreeGenerator.
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/OverworldTreesGenerator.java (diff)