mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Fix rotation breaking NBT data:
- Don't only copy NBT over if the original block had a Rot tag
This commit is contained in:
@ -365,8 +365,7 @@ public class ForwardExtentCopy implements Operation {
|
||||
};
|
||||
}
|
||||
copy = new CombinedBlockCopy(source, finalDest, copySrcFunc);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
copy = new SimpleBlockCopy(source, finalDest);
|
||||
}
|
||||
if (this.filterFunction != null) {
|
||||
|
Reference in New Issue
Block a user