Changes

Summary

  1. Fix Berry Bushes dropping no berries. Closes #377 (details)
  2. Fix Natura crashing on server due to calling a method that's client (details)
Commit 1c25a8377b1a4115b1dda5ddc958d7d914275d2d by alexbegt
Fix Berry Bushes dropping no berries. Closes #377
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/bush/BlockNetherBerryBush.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/NaturaNether.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/bush/BlockOverworldBerryBush.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/common/block/BlockEnumBerryBush.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/NaturaOverworld.java (diff)
Commit a693b2d26c175db19fee7b2fbeb5dca621bb5762 by alexbegt
Fix Natura crashing on server due to calling a method that's client
only.
The file was modifiedsettings.gradle (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/world/worldgen/OverworldTreesGenerator.java (diff)