- Improved the code for the crafting sounds for items & made that a separate system.
- Tried fixing mod version check failing problem on older versions by removing "SNAPSHOT" in the string that checks the version in the code.
- Changed the btwr-ds mod id to be btwr_ds in some places that had the old one.
Changes since v0.34:
- Added missing block tag entry for directional dropping blocks for the oak log block
- Fixed item tag translations to display properly
- Added new tag for shear cutting sound items
- Added sounds to play on craft for tools (wooden, stone, metalic types)
- Added new item tags for adding sounds to modded tools like mentioned above
- Improved the crafting sounds for other misc items and added sound to play for items that get crafted with shears
Changes since v0.32
- Added shared conventional tag for meats viable for sandwich food.
- Added conventional block tag name translations
- Changed the sounds for crafting for Slime-like items to be louder
- Improved conditions for placement for PlaceableAsBlock items. They are now not placeable on leaves
Changes since v0.29:
- Added missing mixins for BlockAdded related functionality & Made hoe breaking logic work properly without needing BTWR:Core
- Added ExtendedShapelessRecipe which allows adding new items to existing shapeless recipes to drop as side drops
- Initial release