mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-25 09:04:27 +00:00
Further work on BlockState transition
This commit is contained in:
@ -95,7 +95,7 @@ public class LazyBlock extends BaseBlock {
|
||||
@Override
|
||||
public CompoundTag getNbtData() {
|
||||
if (!loaded) {
|
||||
BaseBlock loadedBlock = extent.getBlock(position);
|
||||
BaseBlock loadedBlock = extent.getFullBlock(position);
|
||||
super.setNbtData(loadedBlock.getNbtData());
|
||||
loaded = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user