Skip to content

Commit

Permalink
Switched to unmapped field name in accesstransformer.cfg (#4528)
Browse files Browse the repository at this point in the history
Fixes #4527: PistonStructureResolverMixin crash on Forge whenever blocks
are moved by a piston, force relay, or force lens.
  • Loading branch information
TheRealWormbo authored Jan 2, 2024
1 parent 6016936 commit 4f7a112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public net.minecraft.client.gui.screens.worldselection.WorldPreset <init>(Ljava/lang/String;)V
public net.minecraft.client.renderer.RenderType$CompositeRenderType
public net.minecraft.core.registries.BuiltInRegistries$RegistryBootstrap
private-f net.minecraft.world.level.block.piston.PistonStructureResolver pistonPos
private-f net.minecraft.world.level.block.piston.PistonStructureResolver f_60410_ # pistonPos
4 changes: 4 additions & 0 deletions web/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and start a new "Upcoming" section.

{% include changelog_header.html version="Upcoming" %}

* Fix: Crash related to PistonStructureResolverMixin on Forge

---

{% include changelog_header.html version="1.20.1-442" %}

* Relaxed forge version requirement to 47.1.3
Expand Down

0 comments on commit 4f7a112

Please sign in to comment.