Skip to content

🎈 Add version 1.21.11#64

Merged
extremeheat merged 4 commits intomainfrom
bump
Feb 19, 2026
Merged

🎈 Add version 1.21.11#64
extremeheat merged 4 commits intomainfrom
bump

Conversation

@rom1504bot
Copy link
Collaborator

This automated PR sets up the relevant boilerplate for Minecraft version 1.21.11.

Links:

If the PR is passing, it will automatically send the generated artifacts to PrismarineJS/minecraft-data#1144.

If the PR is not passing:

  • You can help contribute to this PR by opening a PR against this bump branch instead of main.

@github-actions
Copy link
Contributor

Job Summary for Gradle

Java CI with Gradle :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
minecraft-data-generator :mc:1.21.11:runServer 8.7 Build Scan not published

@extremeheat
Copy link
Member

@copilot please make necessary changes to this PR to fix the compilation/extraction issues on 1.21.11. The errors arise from symbol changes in .11 from .9 / .10, eg

/home/runner/work/minecraft-data-generator/minecraft-data-generator/mc/1.21.11/src/main/java/dev/u9g/minecraftdatagenerator/generators/EntitiesDataGenerator.java:8: error: cannot find symbol
> Task :mc:1.21.11:compileJava
import net.minecraft.resources.ResourceLocation;
                              ^
  symbol:   class ResourceLocation
  location: package net.minecraft.resources
/home/runner/work/minecraft-data-generator/minecraft-data-generator/mc/1.21.11/src/main/java/dev/u9g/minecraftdatagenerator/generators/EntitiesDataGenerator.java:18: error: cannot find symbol
import net.minecraft.world.entity.animal.WaterAnimal;

Check minecraft source code and diff for changes we need to apply

Copy link
Contributor

Copilot AI commented Jan 26, 2026

@extremeheat I've opened a new pull request, #65, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan

* Fix 1.21.11 compilation: Replace ResourceLocation with Identifier and update WaterAnimal/getSkyColor

Co-authored-by: extremeheat <13713600+extremeheat@users.noreply.github.com>

* Add type-safe instanceof check before casting sky color argument

Co-authored-by: extremeheat <13713600+extremeheat@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: extremeheat <13713600+extremeheat@users.noreply.github.com>
github-actions bot added a commit to PrismarineJS/minecraft-data that referenced this pull request Feb 4, 2026
rom1504 pushed a commit to PrismarineJS/minecraft-data that referenced this pull request Feb 11, 2026
* 🎈 Add Minecraft pc 1.21.11 data

* manually run bump script

* add dupe proto.yml test

* [Auto] Apply generated data from PrismarineJS/minecraft-data-generator#64

* [Auto] Apply generated data from PrismarineJS/minecraft-data-generator#64

* update protocol schemas for 1.21.11 (#1147)

* Add loginPacket.json

* Update features.json

* Update protocol

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
Co-authored-by: SuperGamerTron <45374546+SuperGamerTron@users.noreply.github.com>
github-actions bot added a commit to PrismarineJS/minecraft-data that referenced this pull request Feb 16, 2026
@extremeheat extremeheat merged commit 5c22820 into main Feb 19, 2026
60 checks passed
@extremeheat extremeheat deleted the bump branch February 19, 2026 08:56
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.

5 participants