TechReborn/src/main/java/techreborn/compat/recipes/RecipesThermalExpansion.java

11 lines
198 B
Java
Raw Normal View History

package techreborn.compat.recipes;
2015-04-17 20:39:14 +02:00
public class RecipesThermalExpansion {
2015-05-03 18:22:39 +02:00
public static void init()
{
// TODO remove basic machine frame recipe
// TODO replace iron in recipe to steel
}
}