mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Setup a legacy mapper system. The file does not exist yet.
This commit is contained in:
@ -105,7 +105,7 @@ public class ExtentBlockCopy implements RegionFunction {
|
||||
|
||||
builder.putByte("Rot", (byte) MCDirections.toRotation(newDirection));
|
||||
|
||||
return new BaseBlock(state.getState(), builder.build());
|
||||
return new BaseBlock(state.toImmutableState(), builder.build());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user