- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add New Data Version - Doc update #835
Conversation
…enerator-server Update the auto list to reflect what minecraft-data-generator-server generates and also about what issues you may have to fix in its generated files. Also noted that `blockLoot.json` and `entityLoot.json` has no currently working extractor.
… packets vs MC source
I have added the loginPacket and soon to be added sounds.json. Also added details about the other two files that need to be updated. |
doc/add-data-new-version.md
Outdated
| enchantments.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| language.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| particles.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| blockLoot.json | No | Use [minecraft-jar-extractor][7] | Currently no extractor seems to works for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why you say both that people should use Minecraft jar extractor and that there is no extractor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I link it since its the last know working extractor. I should probably mention that some where.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the mention of it. Since it doesn't work.
| particles.json | Yes | Use [Burger][1], then use [burger-extractor][2] | | ||
| blockLoot.json | Yes | Use [minecraft-jar-extractor][10] | | ||
| entityLoot.json | Yes | Use [minecraft-jar-extractor][10] | | ||
| mapIcons.json | No | Icons can be found in the Minecraft jar file where they are added as a single sprite. The file location is `/assets/minecraft/textures/map/map_icons.png`. Alternatively you might be able to look up the icons from the following page on the [Minecraft wiki][15] or from [wiki.vg][16]. | [minecraft-data pr mapIcons][14] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the file path for this, is it incorrect?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its a correct file path but not useful. Since it doesn't label the icons at all, and doesn't provide the information needed to fill out the mapIcons.json file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any further comments? |
doc/add-data-new-version.md
Outdated
| enchantments.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| language.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| particles.json | Yes | Use [minecraft-data-generator-server][2] | | ||
| blockLoot.json | No | Currently no extractor seems to works for this | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minecraft-jar-extractor should be mentioned even if it needs updates ; until we have something better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, just did some testing, seems the extractor will work for 1.20.3 but not 1.20.4, 1.20.2 or 1.20 it self which makes no sense at all (Throwing timeouts errors on getting the jars or data from mojang). So I will update this to say to use it but that it may have require fixing per versions.
I still need to add a doc about the soon to be added
sounds.json
file. But I think this should be good or at least a bit better.Also want to expand out what tests to run and that sort of thing before merging this, in addition, I need to document the loginPacket and how to get it and also how to add the new version to all the files that need it defined.
I plan on adding all the info in the next few days.