Fixed blocks not breaking properly when instantly destroied.
This commit is contained in:
parent
9f4ef7b38a
commit
6ff24351d3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ if (block.isAir(field_73092_a, p_180784_1_) && f >= 1.0F)
|
+ if (!block.isAir(field_73092_a, p_180784_1_) && f >= 1.0F)
|
||||||
+ {
|
+ {
|
||||||
this.func_180237_b(p_180784_1_);
|
this.func_180237_b(p_180784_1_);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue