Bryce792 / ApotheoticAdditions

Apotheosis Addon
5 stars 5 forks source link

Silent Gear breaking change affecting ApotheoticAdditions #24

Closed Telmooo closed 6 months ago

Telmooo commented 6 months ago

On the most recent update of SilentGear 3.6.0, a breaking change regarding the replacement of harvest level to harvest tier has made this mod incompatible due to the SilentGear materials.

### Changed
- BREAKING: Replaced the harvest level stat with a harvest tier property. This is a **breaking change** for mods and data packs! This change should fix compatibility with mods that add their own `Tier`s for block harvest checks.
  - To fix material JSON files, simply add a `harvest_tier` property to the root of the file (same level as `type` and `simple`). The value is a string, which is the name of the Tier, such as `minecraft:iron`.
Telmooo commented 6 months ago

I've updated the data to adhere to new SilentGear format in PR #25

Telmooo commented 6 months ago

There are some items with NBT that do have the deprecated harvest_level property. It works fine even with them there, perhaps it's better to remove, but I rather just make the minimal change as I have no insight to those items.