Fix Potion.shouldRenderInvText
This commit is contained in:
parent
6f9e63e3ee
commit
50f77a71ae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
+ potion.renderInventoryEffect(i, j, potioneffect, field_146297_k);
|
+ potion.renderInventoryEffect(i, j, potioneffect, field_146297_k);
|
||||||
+ if (!potion.shouldRenderInvText(potioneffect)) continue;
|
+ if (!potion.shouldRenderInvText(potioneffect)) { j += l; continue; }
|
||||||
String s1 = I18n.func_135052_a(potion.func_76393_a(), new Object[0]);
|
String s1 = I18n.func_135052_a(potion.func_76393_a(), new Object[0]);
|
||||||
|
|
||||||
if (potioneffect.func_76458_c() == 1)
|
if (potioneffect.func_76458_c() == 1)
|
||||||
|
|
Loading…
Reference in a new issue