Tinkers Construct error: Unset harvest tier for head stats
3ek opened this issue ยท 0 comments
Used versios:
MysticalAgradditions-1.18.1-5.0.3
TConstruct-1.18.1-3.4.1.46
Mod is causing errors in console:
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
[16:54:18] [Server thread/ERROR]: Unset harvest tier for head stats
caused by obsolete "harvestLevel" values in json's located in https://github.com/BlakeBr0/MysticalAgradditions/tree/1.18/src/main/resources/data/mysticalagradditions/tinkering/materials/stats
Tinkers Costruct now uses format:
"harvestTier": "minecraft:iron",
so it is incompatible with old integer style values:
"harvestLevel": 1,