mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 18:56:04 +00:00
remove unused shadow method
This commit is contained in:
@@ -41,9 +41,6 @@ public abstract class BlockStateMixin extends State<Block, net.minecraft.block.B
|
||||
@Shadow
|
||||
public abstract boolean isAir();
|
||||
|
||||
@Shadow
|
||||
public abstract void randomTick(ServerWorld world, BlockPos pos, Random random);
|
||||
|
||||
public boolean terra$matches(BlockState other) {
|
||||
return getBlock() == ((net.minecraft.block.BlockState) other).getBlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user