mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56: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:
@ -337,8 +337,8 @@ public class BlockTransformExtent extends ResettableExtent {
|
||||
values.put("Rot", new ByteTag((byte) MCDirections.toRotation(newDirection)));
|
||||
}
|
||||
}
|
||||
return new BaseBlock(transformed, tag);
|
||||
}
|
||||
return new BaseBlock(transformed, tag);
|
||||
}
|
||||
return transformed.toBaseBlock();
|
||||
}
|
||||
|
Reference in New Issue
Block a user