commit
184f4bb85d
|
@ -92,7 +92,7 @@ public class NEIAltarRecipeHandler extends TemplateRecipeHandler {
|
|||
return (Integer) f.get(gui);
|
||||
} catch (NoSuchFieldException e) {
|
||||
try {
|
||||
Field f = gui.getClass().getField("field_73880_f");
|
||||
Field f = gui.getClass().getField("field_146294_l");
|
||||
return (Integer) f.get(gui);
|
||||
} catch (Exception e2) {
|
||||
return 0;
|
||||
|
@ -110,7 +110,7 @@ public class NEIAltarRecipeHandler extends TemplateRecipeHandler {
|
|||
return (Integer) f.get(gui);
|
||||
} catch (NoSuchFieldException e) {
|
||||
try {
|
||||
Field f = gui.getClass().getField("field_73881_g");
|
||||
Field f = gui.getClass().getField("field_146295_m");
|
||||
return (Integer) f.get(gui);
|
||||
} catch (Exception e2) {
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue