repair BlockEntityMixin

This commit is contained in:
dfsek
2021-12-17 08:43:07 -07:00
parent 9f1e97d9a2
commit fa098666f1

View File

@@ -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());
}
}