Skip to content

Feature: 26.2#6452

Merged
Novampr merged 61 commits into
masterfrom
feature/26.2
Jul 10, 2026
Merged

Feature: 26.2#6452
Novampr merged 61 commits into
masterfrom
feature/26.2

Conversation

@onebeastchris

@onebeastchris onebeastchris commented Jun 14, 2026

Copy link
Copy Markdown
Member

Downloads for this preview can be found below, please note that these are not production ready! Use with caution and always make backups!

Opening as a draft now to keep track of TO-DOs 👀

API additions left:

  • supporting dyeable items - postponed
  • custom waypoints
  • custom entities???

Not api, not 26.2; still neat to have more testing:

  • hashed block ids - postponed
  • resolvable data components

26.2 changes:

  • ClientboundSetPlayerTeamPacket changes -> nullable team color!
  • Spectator action packet
  • new clientbound login packet field
  • geysers: particles / sounds / block entity
  • new entity attributes
  • sulfur cube
    • baby sulfur cube size
  • 26.30 based mappings + backwards compat
  • MushroomCow#mobInteract
  • beds are no longer block entities on Java, but are on Bedrock
  • gametests/component hashing
  • automate fabric.mod.json mc version via resource processing
  • Adventure 5.2.0: Needed for modded; needed to bump cloud properly

Mappings:

  • 26.30 -> 26.0 backward mappings
  • new sounds
  • new particles

@eclipseisoffline eclipseisoffline added PR: Needs Testing When a PR needs testing but is currently not under review PR: Feature When a PR implements a new feature labels Jun 16, 2026
Remove state from potent sulfur in backport mapping

Fix minimal string usage

Co-authored-by: Eclipse <eclipse@eclipseisoffline.xyz>
@onebeastchris onebeastchris added the Work in Progress The issue is currently being worked on. label Jun 16, 2026
Comment thread bootstrap/spigot/build.gradle.kts Outdated
@@ -1135,6 +1129,24 @@ public final class EntityDefinitions {
.addTranslator(MetadataTypes.BOOLEAN, TurtleEntity::setLayingEgg)
.build();

// Slime entities
EntityDefinition<AbstractCubeEntity> cubeEntityBase = EntityDefinition.inherited(AbstractCubeEntity::new, ageableEntityBase)
.heightAndWidth(0.51f)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

idea: we could check height / width in gametests 👀

eclipseisoffline and others added 4 commits June 17, 2026 08:47
* Re-work ResolvableComponent/ComponentCache to be applied to every Item

* Load resolvable registry components from to-be-generated mappings

* Support loading holder set resolvable components, target mappings with newly generated file

* Fix tests

* Abstract ComponentCache with ResolvableComponentGetter and EMPTY implementation

* Proper handling of PROVIDES_TRIM_MATERIAL in TrimRecipes

* Address reviews

* Target latest 26.2 mappings
@onebeastchris
onebeastchris marked this pull request as ready for review July 9, 2026 20:29
Copilot AI review requested due to automatic review settings July 9, 2026 20:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Copilot AI review requested due to automatic review settings July 9, 2026 22:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@Tyviebrock

Copy link
Copy Markdown

This should also fix #5932 as it's a bug caused by adventure 4 and is fixed in adventure 5 PaperMC/adventure#1335

Copilot AI review requested due to automatic review settings July 10, 2026 11:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 10, 2026 11:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 10, 2026 11:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 10, 2026 11:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 10, 2026 12:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

@Novampr
Novampr merged commit dd2213c into master Jul 10, 2026
3 checks passed
@onebeastchris
onebeastchris deleted the feature/26.2 branch July 12, 2026 12:40
@onebeastchris
onebeastchris restored the feature/26.2 branch July 12, 2026 12:42
@onebeastchris
onebeastchris deleted the feature/26.2 branch July 12, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Feature When a PR implements a new feature PR: Needs Testing When a PR needs testing but is currently not under review Work in Progress The issue is currently being worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants