mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +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();
|
||||
}
|
||||
|
||||
public BlockState terra$getBlockData() {
|
||||
public BlockState terra$getBlockState() {
|
||||
return FabricAdapter.adapt(((net.minecraft.block.entity.BlockEntity) (Object) this).getCachedState());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user