Changes

Summary

  1. Fix mapping issues causing builds to fail, fix trees not replacing grass (details)
  2. Fix carrot seed bag to carrots being the wrong recipe. Fixes #383 (details)
  3. Switch the worldgen of Tainted Soil and Heat Sand to use WorldGenMinable (details)
Commit 2845cb2cfb7af3f76cc7d58e9d43f8055e5e239b by alexbegt
Fix mapping issues causing builds to fail, fix trees not replacing grass
when growing causing a floating tree and fix cotton not having right
click harvest like it did in 1.7.10. Fixes #371
The file was modifiedsrc/main/java/com/progwml6/natura/common/client/GrassColorizer.java (diff)
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/overworld/block/leaves/BlockOverworldLeaves2.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/overworld/block/leaves/BlockOverworldLeaves.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves2.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/crops/BlockOverworldCrops.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/nether/GhostwoodTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/entities/entity/monster/EntityBabyHeatscarSpider.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/entities/entity/monster/EntityHeatscarSpider.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/logs/BlockOverworldLog2.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/leaves/BlockRedwoodLeaves.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/furnace/tile/TileEntityNetherrackFurnace.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/library/enums/WoodTypes.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/logs/BlockOverworldLog.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/common/gui/common/FurnaceContainer.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/logs/BlockNetherLog2.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/SakuraTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/logs/BlockNetherLog.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/crops/BlockNaturaCotton.java (diff)
Commit 095806179ebd6c306a6dad542e63588250f0a324 by alexbegt
Fix carrot seed bag to carrots being the wrong recipe. Fixes #383
The file was modifiedsrc/main/java/com/progwml6/natura/shared/NaturaCommons.java (diff)
Commit 2ea1a1bdeb7a3071e8aef12fbb55393b87440379 by alexbegt
Switch the worldgen of Tainted Soil and Heat Sand to use WorldGenMinable
instead of overriding the nether. Fixes #352, #367
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/ChunkProviderNetherite.java
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/common/config/Config.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/NaturaWorld.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/retrogen/TickHandlerWorldRetrogen.java (diff)
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldProviderNetherite.java
The file was removedsrc/main/java/com/progwml6/natura/world/dimension/WorldGenNetheriteFire.java