mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
meta r bad
reeeeeeeeeeeeeeeeeeeeeeeeeee
This commit is contained in:
parent
8843cd325e
commit
b0efb95e4d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class EntityWorm extends Entity{
|
||||||
plantBlock.updateTick(this.world, plant, plantState, this.world.rand);
|
plantBlock.updateTick(this.world, plant, plantState, this.world.rand);
|
||||||
|
|
||||||
IBlockState newState = this.world.getBlockState(plant);
|
IBlockState newState = this.world.getBlockState(plant);
|
||||||
if(newState.getBlock().getMetaFromState(newState) != plantBlock.getMetaFromState(plantState)){
|
if(newState != plantState){
|
||||||
this.world.playEvent(2005, plant, 0);
|
this.world.playEvent(2005, plant, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue