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

@ -66,7 +66,7 @@ public class CTDistillationTower extends CTGeneric {
}
public static String getMachineName() {
return Reference.distillationTowerRecipe;
return Reference.DISTILLATION_TOWER_RECIPE;
}
}