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

Update to 1.21 #12

Merged
merged 16 commits into from
Jun 25, 2024
Merged

Update to 1.21 #12

merged 16 commits into from
Jun 25, 2024

Conversation

theEvilReaper
Copy link

Overview

The pull request updates the data generator to the Minecraft version 1.21

mworzala and others added 16 commits June 25, 2024 12:21
* feat: 1.21 new dynamic registries, new tag paths, generate game constants

* chore: 1.21-pre2

* feat: generate all tags from client, 1.21-rc1, support generating snbt
…stom#28)

* Add generation of feature flag namespaces.

* Rewrite FeatureFlagGenerator.java to use a JsonObject instead of a JsonArray.

---------

Co-authored-by: iam <iam4722202468@users.noreply.github.com>
* feat: 24w14a, draft of component generator

* feat: 1.20.5-pre4, entity dimension generator, cleanup material generator

* chore: remove dimensions subobject on entities

* feat: generate instruments, wolf variants, banner patterns

* feat: generate recipe type ids

* fix: recipe_type(s)

* chore: update to release version

* fix for windows file separator (Minestom#23)

---------

Co-authored-by: DasBabyPixel <43410952+DasBabyPixel@users.noreply.github.com>
@theEvilReaper theEvilReaper marked this pull request as ready for review June 25, 2024 10:30
@theEvilReaper theEvilReaper self-assigned this Jun 25, 2024
@theEvilReaper theEvilReaper added the enhancement New feature or request label Jun 25, 2024
@@ -14,7 +14,7 @@ public JsonArray generate() {
JsonObject dyeColor = new JsonObject();
dyeColor.addProperty("id", dC.getId());
dyeColor.addProperty("name", dC.name());
dyeColor.addProperty("textureDiffuseColor", convertTextureDiffuseColors(dC.getTextureDiffuseColors()));
dyeColor.addProperty("textureDiffuseColor", dC.getTextureDiffuseColor() & 0xFFFFFF);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that right ?

@TheMeinerLP TheMeinerLP merged commit 9ce529a into master Jun 25, 2024
2 checks passed
@TheMeinerLP TheMeinerLP deleted the feature/1.21 branch June 25, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants