Changes

Summary

  1. Fix leaves not supporting fast rendering. Closes #418 (details)
  2. Soups will no longer stack, Closes #206 (details)
  3. Fix broken entities names. Closes #412 (details)
  4. Fix crashing due to checking a block if it has the AGE property when it (details)
  5. Cleanup Waila compatibility (details)
Commit 4ad19f8108ac5ee2c693ec92b44ab265e1b4ef13 by alexbegt
Fix leaves not supporting fast rendering. Closes #418
The file was modifiedsrc/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves.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/leaves/BlockRedwoodLeaves.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/nether/NetherClientProxy.java (diff)
The file was addedsrc/main/java/com/progwml6/natura/common/block/base/BlockLeavesBase.java
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/leaves/BlockOverworldLeaves2.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/OverworldClientProxy.java (diff)
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/leaves/BlockOverworldLeaves.java (diff)
Commit 6df5ee9762fe0cd6c715eda3d17b3ed29175ad0e by alexbegt
Soups will no longer stack, Closes #206
The file was modifiedsrc/main/java/com/progwml6/natura/shared/item/food/ItemNaturaEdibleSoup.java (diff)
Commit 7d1988a99048d3bf353fc744730c79a176f235a9 by alexbegt
Fix broken entities names. Closes #412
The file was modifiedsrc/main/resources/assets/natura/lang/en_US.lang (diff)
Commit 2e3485d10a7aebb65772751fae0484debe45077a by alexbegt
Fix crashing due to checking a block if it has the AGE property when it
wont. Closes #409, #407
The file was modifiedsrc/main/java/com/progwml6/natura/overworld/block/bush/BlockOverworldBerryBush.java (diff)
Commit 213f9befd46da227c4729a853d9fe8798509d753 by nick
Cleanup Waila compatibility
- Fixed an error where a null stack was being returned instead of an
empty one.
- Solves https://github.com/TehNut/HWYLA/issues/105
- Removed redundant handling and providers.
The file was modifiedsrc/main/java/com/progwml6/natura/plugin/waila/HUDHandlerNatura.java (diff)