Updated API reference for recipes.

This commit is contained in:
drcrazy 2018-03-05 14:45:23 +03:00
parent 4a369d0ee7
commit 111ee7630a
60 changed files with 76 additions and 156 deletions

View file

@ -62,6 +62,6 @@ public class CTBlastFurnace extends CTGeneric {
}
public static String getMachineName() {
return Reference.blastFurnaceRecipe;
return Reference.BLAST_FURNACE_RECIPE;
}
}