Hopefully fixed #33 using the crappy build in Github editor
This commit is contained in:
parent
7751c37216
commit
1633fe76ed
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ public class ItemBOPFood extends ItemFood
|
|||
|
||||
for (Field f : fields)
|
||||
{
|
||||
if (f.getName().equals("foodLevel") || f.getName().equals("field_71100_bB"))
|
||||
if (f.getName().equals("foodLevel") || f.getName().equals("bB"))
|
||||
{
|
||||
flfield = f;
|
||||
break;
|
||||
|
@ -141,7 +141,7 @@ public class ItemBOPFood extends ItemFood
|
|||
|
||||
for (Field f : fields)
|
||||
{
|
||||
if (f.getName().equals("foodSaturationLevel") || f.getName().equals("field_75125_b"))
|
||||
if (f.getName().equals("foodSaturationLevel") || f.getName().equals("b"))
|
||||
{
|
||||
slfield = f;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue