Most of the Vacuum Freezer(Not working just yet)

This commit is contained in:
Modmuss50 2015-11-17 21:48:06 +00:00
parent 219f2a0df7
commit 3114576e7b
13 changed files with 495 additions and 0 deletions

View file

@ -15,4 +15,5 @@ public class Reference {
public static String industrialSawmillRecipe = StatCollector.translateToLocal("techreborn.recipe.industrialsawmill");
public static String latheRecipe = StatCollector.translateToLocal("techreborn.recipe.lathe");
public static String plateCuttingMachineRecipe = StatCollector.translateToLocal("techreborn.recipe.platecuttingmachine");
public static String vacuumFreezerRecipe = StatCollector.translateToLocal("tile.techreborn.vacuumfreezer.name");
}