Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

museum changes #1460

Closed
wants to merge 0 commits into from
Closed

Conversation

7azeemm
Copy link

@7azeemm 7azeemm commented Nov 23, 2024

fixed few sets had wrong pieces
removed dungeon heads / hats from rarities
added armor_names

@CalMWolfs
Copy link
Contributor

Hey so we generate this file automatically, good catch on there being some items in special that are already in another category, ive made a fix for this in #1461
As for the changes to the armor sets, as ive said, we get this data from the hypixel api and it seems that some of that is incorrect.

Blaze armor -> hypixel says it has blaze belt in the api but it doesn’t
Crimson hunter set -> hypixel says it has blaze armor but it doesn’t
End set -> hypixel added the rest of the equipment later so I guess it never got added to the set in the api
Monster raider -> hypixel wrongly still includes the spider boots in the set
Snow set -> same thing, equipment added later so not changed in api
Sponge set -> hypixel api says the whole fisherman set is also needed in that which is wrong

As for the armor_names, what is this used for? As we already have a way to convert the item stack name that hypixel shows in the museum gui to the museum set name. See here: https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/f4df7d2b6a4479415e879de8620740ae4471ed27/src/main/kotlin/io/github/moulberry/notenoughupdates/util/MuseumUtil.kt#L92

@DuckySoLucky
Copy link
Contributor

Hey so we generate this file automatically, good catch on there being some items in special that are already in another category, ive made a fix for this in #1461 As for the changes to the armor sets, as ive said, we get this data from the hypixel api and it seems that some of that is incorrect.

Blaze armor -> hypixel says it has blaze belt in the api but it doesn’t
Crimson hunter set -> hypixel says it has blaze armor but it doesn’t
End set -> hypixel added the rest of the equipment later so I guess it never got added to the set in the api
Monster raider -> hypixel wrongly still includes the spider boots in the set
Snow set -> same thing, equipment added later so not changed in api
Sponge set -> hypixel api says the whole fisherman set is also needed in that which is wrong

As for the armor_names, what is this used for? As we already have a way to convert the item stack name that hypixel shows in the museum gui to the museum set name. See here: https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/f4df7d2b6a4479415e879de8620740ae4471ed27/src/main/kotlin/io/github/moulberry/notenoughupdates/util/MuseumUtil.kt#L92

thank you hypixel.

@7azeemm
Copy link
Author

7azeemm commented Nov 23, 2024

oh so its hypixel's fault,
maybe we can override data from api right? cuz looks like they not gonna fix it in any time soon

@NopoTheGamer
Copy link
Member

You would have to hard code those values into the script that makes the file, editing the json yourself will just lose the changes when it finds more data

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

Successfully merging this pull request may close these issues.

4 participants