Replies: 1 comment
-
I second this, very annoying to deal with this for Skyblock Finance. Sometimes, the only way to figure out what enchantment maps to what bazaar ID is to use NBT + guessing. Compound 4
id: 403
Count: 1
tag: Compound 4
ench: Empty
HideFlags: 254
display: Compound 2
Lore: List (String) 11
§9Woodsplitter VI
§7Increases damage dealt to §2⸙
§2Woodland§7 mobs by §a80%§7.
§7Applicable on: §9Axe
§7§7Apply Cost: §3100 Exp Levels
§7Use this on an item in an Anvil to
§7apply it!
§9§lRARE
Name: §9Enchanted Book
ExtraAttributes: Compound 4
id: ENCHANTED_BOOK
enchantments: Compound 1
arcane: 6 // <--- this implies that the item is called ENCHANTMENT_ARCANE_6
uuid: fa0679dc-21da-4b65-851e-45881db9b6fd
timestamp: 1758650883591
Damage: 0 Additionally, pets, skins, etc. are often also missing from the items API endpoint |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of now, certain Bazaar items are not included in the Items endpoint. This would be fine, but item names are not included in the Bazaar endpoint. This means that there is no consistent way to tell what the item name is from the product id and vice versa.
To illustrate the issue, here is a problem I had recently:
The Duplex enchantment's product id is ENCHANTMENT_ULTIMATE_REITERATE_(level). Since Duplex is not in the Items endpoint, there is place to see that Duplex's actual product id is ENCHANTMENT_ULTIMATE_REITERATE. This messes up the following mods/tools: Bazaar Utils outbid order notifications, skyblock.finance website, Skyblocker search overlay.
Adding the item names to the Bazaar endpoint or adding all the items to the Items endpoint would be super helpful. If that is not possible, more consistent naming conventions for the product ids would be appreciated
Thanks for looking into this!
Beta Was this translation helpful? Give feedback.
All reactions