Changes

Summary

  1. Apply the formatting + cleanup scripts. (details)
  2. Add the rest of the missing doors for Overworld and for Nether. Closes (details)
Commit c1a21d6a8e67437ce8ff2559ebfd1f36f79cfdbe by alexbegt
Apply the formatting + cleanup scripts.
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/bush/BlockOverworldBerryBush.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/saguaro/BlockSaguaro.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/BaseTreeGenerator.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/saguaro/SaguaroGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/saguaro/BlockSaguaroBaby.java (diff)
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/worldgen/GlowshroomGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/glowshroom/nether/BlueGlowshroomGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/decorative/NaturaDecorative.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/common/NaturaPulse.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/berry/BaseBerryBushGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/EucalyptusTreeGenerator.java (diff)
The file was addedsrc/main/resources/assets/natura/blockstates/nether_door_darkwood.json
The file was addedsrc/main/resources/assets/natura/models/item/nether_door_fusewood.json
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/crops/BlockNaturaCotton.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/entities/NaturaEntities.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/common/config/Config.java (diff)
The file was modifiedsrc/main/resources/assets/natura/blockstates/nether_doors.json (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/library/enums/WoodTypes.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/NetherTreesGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/glowshroom/BaseGlowshroomGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/nether/BloodwoodTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/plugin/waila/HUDHandlerNatura.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/vine/ThornvinesGenerator.java (diff)
The file was modifiedgradle.properties (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/glowshroom/nether/PurpleGlowshroomGenerator.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/nether/block/furnace/tile/TileEntityNetherrackFurnace.java (diff)
The file was addedsrc/main/resources/assets/natura/blockstates/nether_door_fusewood.json
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/bush/BlockNetherBerryBush.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/NetherBerryBushesGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/NetherMinableGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/nether/DarkwoodTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/overworld/HopseedTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/trees/nether/FusewoodTreeGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/crops/BlockNaturaBarley.java (diff)
The file was addedsrc/main/resources/assets/natura/models/item/nether_door_darkwood.json
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/glowshroom/nether/GreenGlowshroomGenerator.java (diff)
Commit 439102222495a9d9946cce5d6aa9b0bbadc9564b by alexbegt
Add the rest of the missing doors for Overworld and for Nether. Closes
#414
The file was modifiedsrc/main/resources/assets/natura/blockstates/overworld_doors.json (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/OverworldClientProxy.java (diff)
The file was addedsrc/main/resources/assets/natura/blockstates/overworld_door_silverbell.json
The file was addedsrc/main/resources/assets/natura/recipes/nether/doors/darkwood_door.json
The file was addedsrc/main/resources/assets/natura/blockstates/overworld_door_tiger.json
The file was addedsrc/main/resources/assets/natura/models/item/overworld_door_silverbell.json
The file was modifiedsrc/main/java/com/progwml6/natura/common/NaturaPulse.java (diff)
The file was addedsrc/main/resources/assets/natura/textures/items/doors/fusewood_door.png
The file was modifiedsrc/main/java/com/progwml6/natura/nether/NaturaNether.java (diff)
The file was addedsrc/main/resources/assets/natura/models/item/overworld_door_maple.json
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/NaturaOverworld.java (diff)
The file was addedsrc/main/resources/assets/natura/textures/items/doors/silverbell_door.png
The file was modifiedsrc/main/java/com/progwml6/natura/nether/NetherClientProxy.java (diff)
The file was addedsrc/main/resources/assets/natura/blockstates/overworld_door_maple.json
The file was modifiedsrc/main/resources/assets/natura/lang/en_US.lang (diff)
The file was addedsrc/main/resources/assets/natura/textures/items/doors/tiger_door.png
The file was addedsrc/main/resources/assets/natura/recipes/overworld/doors/maple_door.json
The file was addedsrc/main/resources/assets/natura/textures/items/doors/maple_door.png
The file was addedsrc/main/resources/assets/natura/models/item/overworld_door_tiger.json
The file was addedsrc/main/resources/assets/natura/recipes/overworld/doors/silverbell_door.json
The file was modifiedsrc/main/java/com/progwml6/natura/plugin/PluginJEI.java (diff)
The file was addedsrc/main/resources/assets/natura/recipes/nether/doors/fusewood_door.json
The file was addedsrc/main/resources/assets/natura/recipes/overworld/doors/tiger_door.json