-
-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to unmapped field name in accesstransformer.cfg (#4528)
Fixes #4527: PistonStructureResolverMixin crash on Forge whenever blocks are moved by a piston, force relay, or force lens.
- Loading branch information
1 parent
6016936
commit 4f7a112
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters