Changes

Summary

  1. Allow Glowshroom blocks to be mined with Silk Touch. #391 (details)
  2. Fix the Nether Furnaces not doubling the burn time of fuel. #395 (details)
  3. Make sure Empty ItemStacks never get to the point where "getItem()" is (details)
Commit 095a612486c88ee4d859c5201af6c03550e0f963 by alexbegt
Allow Glowshroom blocks to be mined with Silk Touch. #391
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/shrooms/BlockNetherLargeGlowshroom.java (diff)
Commit c3c49df1807c2053458c009c89a7c121769fd7b5 by alexbegt
Fix the Nether Furnaces not doubling the burn time of fuel. #395
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/furnace/tile/TileEntityNetherrackFurnace.java (diff)
Commit 0186811a7bdcc1968f72cb45f0b8261465122f23 by alexbegt
Make sure Empty ItemStacks never get to the point where "getItem()" is
called on it, which returns a null item. #388
The file was modifiedsrc/main/java/com/progwml6/natura/shared/block/clouds/BlockCloud.java (diff)