Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Incorrect armor type for some items #42

Open
HeyZeer0 opened this issue Dec 25, 2019 · 0 comments
Open

Incorrect armor type for some items #42

HeyZeer0 opened this issue Dec 25, 2019 · 0 comments

Comments

@HeyZeer0
Copy link
Member

HeyZeer0 commented Dec 25, 2019

The Issue

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

image
The id is minecraft:iron_leggings and so is the item.
The API returns the following:

{
	"name":"Greaves of Honor",
	"tier":"Rare",
	"type":"Leggings",
	"set":null,
	"material":null,
	"armorType":"Chain",
	...
}

Being armorType Chain instead of Iron

Sources

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant