Skip to content

Commit b5970e7

Browse files
committed
Change the mixin fix for 1.19
1 parent 35ef0b1 commit b5970e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hlysine/create_connected/mixin/fluidvessel/SteamEngineBlockMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private void onRemoveVessel(BlockState pState, Level pLevel, BlockPos pPos, Bloc
3535
at = @At("HEAD"),
3636
method = "canAttach",
3737
cancellable = true,
38-
remap = true
38+
remap = false
3939
)
4040
private static void canAttach(LevelReader pReader, BlockPos pPos, Direction pDirection, CallbackInfoReturnable<Boolean> cir) {
4141
BlockPos blockpos = pPos.relative(pDirection);

0 commit comments

Comments
 (0)