it compiles now :)
This commit is contained in:
parent
2616894527
commit
68c3437316
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class GuiBlastFurnace extends GuiContainer {
|
||||||
protected void actionPerformed(GuiButton button) {
|
protected void actionPerformed(GuiButton button) {
|
||||||
super.actionPerformed(button);
|
super.actionPerformed(button);
|
||||||
if(button.id == 0){
|
if(button.id == 0){
|
||||||
GuiUsageRecipe.openRecipeGui(rect.outputId, rect.results)
|
//GuiUsageRecipe.openRecipeGui(rect.outputId, rect.results);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue