Fix incorrect method used in ShrubFeature patch

This commit is contained in:
tterrag 2019-06-12 00:51:45 -04:00
parent dc95130526
commit b25ed7ef91
1 changed files with 0 additions and 9 deletions

View File

@ -14,12 +14,3 @@
p_208519_4_ = p_208519_4_.func_177984_a();
this.func_208520_a(p_208519_1_, p_208519_2_, p_208519_4_, this.field_150527_b, p_208519_5_);
@@ -37,7 +38,7 @@
int k1 = j1 - p_208519_4_.func_177952_p();
if (Math.abs(i1) != k || Math.abs(k1) != k || p_208519_3_.nextInt(2) != 0) {
BlockPos blockpos = new BlockPos(l, i, j1);
- if (func_214572_g(p_208519_2_, blockpos)) {
+ if (func_214587_a(p_208519_2_, blockpos)) {
this.func_208520_a(p_208519_1_, p_208519_2_, blockpos, this.field_150528_a, p_208519_5_);
}
}