You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Some items are with the wrong armor type, there's 2 already identified
Greaves of Honor
Factory Helmet
In-game these two are considered Iron but in the API they're showing as Chain.
I'm not sure if there are more cases since these are the only I manually found.
Example
The id is minecraft:iron_leggings and so is the item.
The API returns the following:
The Issue
Some items are with the wrong armor type, there's 2 already identified
In-game these two are considered
Iron
but in the API they're showing asChain
.I'm not sure if there are more cases since these are the only I manually found.
Example
The id is
minecraft:iron_leggings
and so is the item.The API returns the following:
Being
armorType
Chain
instead ofIron
Sources
The text was updated successfully, but these errors were encountered: