Bryce792 / ApotheoticAdditions

Apotheosis Addon
5 stars 3 forks source link

Update SilentGear materials to adhere to v3.6.0 breaking change #25

Closed Telmooo closed 3 months ago

Telmooo commented 3 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`.

Closes #24