mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 19:36:41 +00:00
Further BaseBlock modernisation
This commit is contained in:
@ -104,7 +104,7 @@ public class ExtentBlockCopy implements RegionFunction {
|
||||
|
||||
builder.putByte("Rot", (byte) MCDirections.toRotation(newDirection));
|
||||
|
||||
return new BaseBlock(state.getType(), state.getStates(), builder.build());
|
||||
return new BaseBlock(state.getState(), builder.build());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user