mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
repair BlockEntityMixin
This commit is contained in:
@@ -58,7 +58,7 @@ public abstract class BlockEntityMixin {
|
|||||||
return ((net.minecraft.block.entity.BlockEntity) (Object) this).getPos().getZ();
|
return ((net.minecraft.block.entity.BlockEntity) (Object) this).getPos().getZ();
|
||||||
}
|
}
|
||||||
|
|
||||||
public BlockState terra$getBlockData() {
|
public BlockState terra$getBlockState() {
|
||||||
return FabricAdapter.adapt(((net.minecraft.block.entity.BlockEntity) (Object) this).getCachedState());
|
return FabricAdapter.adapt(((net.minecraft.block.entity.BlockEntity) (Object) this).getCachedState());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user