Started redoing config

This commit is contained in:
Prospector 2017-06-08 11:45:30 -07:00
parent 2eac072a92
commit ad36dfcddb
7 changed files with 116 additions and 83 deletions

View file

@ -61,6 +61,6 @@ public class CTAlloySmelter extends CTGeneric {
}
public static String getMachineName() {
return Reference.alloySmelteRecipe;
return Reference.alloySmelterRecipe;
}
}