it compiles now :)

This commit is contained in:
modmuss50 2015-05-01 20:04:31 +01:00
parent 2616894527
commit 68c3437316

View file

@ -52,7 +52,7 @@ public class GuiBlastFurnace extends GuiContainer {
protected void actionPerformed(GuiButton button) {
super.actionPerformed(button);
if(button.id == 0){
GuiUsageRecipe.openRecipeGui(rect.outputId, rect.results)
//GuiUsageRecipe.openRecipeGui(rect.outputId, rect.results);
}
}
}