Skip to content

Commit

Permalink
enable remap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Dec 27, 2024
1 parent b9c604a commit e90b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/lx862/mtrotp/mixin/TrainServerMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.ModifyArg;

@Mixin(value = TrainServer.class, remap = false)
@Mixin(value = TrainServer.class)
public class TrainServerMixin {
@ModifyArg(method = "handlePositions", at = @At(value = "INVOKE", target = "Lnet/minecraft/world/phys/AABB;inflate(D)Lnet/minecraft/world/phys/AABB;"))
public double modifyAABBBoundary(double d) {
Expand Down

0 comments on commit e90b822

Please sign in to comment.