aesthetic0001 / 2Lazy2Flip

heavily inspired by mindlessdev's NotEnoughCoins mod
GNU General Public License v3.0
2 stars 3 forks source link

find out how to get the item type #6

Open aesthetic0001 opened 3 years ago

aesthetic0001 commented 3 years ago

e.g. weapon: bow, ability weapon, melee, etc.

aesthetic0001 commented 3 years ago

this is so dumb things like UW5 livid daggers dont get put up

amoraschi commented 3 years ago

Maybe something to do with minecraft-data to get the item type? Or does Hypixel have custom items?

aesthetic0001 commented 3 years ago

there's a "category" field given by the auction api, but it's not very specific

aesthetic0001 commented 3 years ago

rn the best way i can think of getting the item "type" is via regex

amoraschi commented 3 years ago

Alright