Skip to content

Minecraft 26.1#2929

Open
me4502 wants to merge 16 commits intoversion/7.4.xfrom
mc/26.1
Open

Minecraft 26.1#2929
me4502 wants to merge 16 commits intoversion/7.4.xfrom
mc/26.1

Conversation

@me4502
Copy link
Copy Markdown
Member

@me4502 me4502 commented Mar 18, 2026

These track final MC release builds, not builds against pre-release/RCs/etc.

  • Fabric
  • NeoForge
  • Bukkit
  • Sponge
  • MCUtils Data
  • Re-add CUI support – due to tooling limitations this had to be removed; this is also holding back a CUI update
  • Stability of platforms (26.1 versions of Paper/etc themselves are still very unstable)

Builds: https://builds.enginehub.org/job/worldedit?branch=mc/26.1

@me4502 me4502 force-pushed the mc/26.1 branch 2 times, most recently from d7eb0a4 to 995cef9 Compare March 28, 2026 11:02
@me4502 me4502 marked this pull request as ready for review April 4, 2026 06:33
@me4502 me4502 requested a review from a team as a code owner April 4, 2026 06:33
@octylFractal octylFractal mentioned this pull request Apr 4, 2026
oldState.updateIndirectNeighbourShapes(world, pos, NOTIFY, recursionLimit);
if (sideEffectSet.shouldApply(SideEffect.EVENTS)) {
CraftWorld craftWorld = world.getWorld();
BlockPhysicsEvent event = new BlockPhysicsEvent(craftWorld.getBlockAt(pos.getX(), pos.getY(), pos.getZ()), CraftBlockData.createData(newState));
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.

Suggested change
BlockPhysicsEvent event = new BlockPhysicsEvent(craftWorld.getBlockAt(pos.getX(), pos.getY(), pos.getZ()), CraftBlockData.createData(newState));
BlockPhysicsEvent event = new BlockPhysicsEvent(craftWorld.getBlockAt(pos.getX(), pos.getY(), pos.getZ()), newState.asBlockData());

This uses caching instead of creating a new instance each time.

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.

3 participants