Changes

Summary

  1. Switch to !stack.isEmpty() and not checking if the stack is != to (details)
  2. Fix all the world generators that are causing recursive chunk (details)
Commit ea346dbe5e30508f4478569b3657b6eff01d58ef by alexbegt
Switch to !stack.isEmpty() and not checking if the stack is != to
ItemStack.EMPTY
The file was modifiedsrc/main/java/com/progwml6/natura/tools/item/bows/ItemNaturaBow.java (diff)
Commit b4de1f3a446e6c70c323cf85037ec6d40ecada41 by alexbegt
Fix all the world generators that are causing recursive chunk
generation. Closes #332
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/VineGenerator.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/NetherTreesGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/clouds/CloudsGenerator.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/NetherBerryBushesGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/CropGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/dimension/ChunkProviderNetherite.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/OverworldBerryBushesGenerator.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/OverworldTreesGenerator.java (diff)