Format
This commit is contained in:
parent
6e0ec1d861
commit
4ac26ac086
137 changed files with 10339 additions and 7322 deletions
|
@ -1,12 +1,10 @@
|
|||
package techreborn.compat.recipes;
|
||||
|
||||
import techreborn.compat.waila.CompatModuleWaila;
|
||||
import cpw.mods.fml.common.Loader;
|
||||
import cpw.mods.fml.common.event.FMLInitializationEvent;
|
||||
|
||||
public class RecipeManager {
|
||||
|
||||
public static void init()
|
||||
|
||||
public static void init()
|
||||
{
|
||||
if (Loader.isModLoaded("BuildCraft|Factory"))
|
||||
{
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
package techreborn.compat.recipes;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import buildcraft.BuildCraftFactory;
|
||||
import techreborn.util.RecipeRemover;
|
||||
import buildcraft.BuildCraftFactory;
|
||||
|
||||
public class RecipesBuildcraft {
|
||||
|
||||
|
||||
public static void init()
|
||||
{
|
||||
removeRecipes();
|
||||
addRecipies();
|
||||
}
|
||||
|
||||
|
||||
public static void removeRecipes()
|
||||
{
|
||||
RecipeRemover.removeAnyRecipe(new ItemStack(BuildCraftFactory.quarryBlock));
|
||||
RecipeRemover.removeAnyRecipe(new ItemStack(
|
||||
BuildCraftFactory.quarryBlock));
|
||||
}
|
||||
|
||||
|
||||
public static void addRecipies()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package techreborn.compat.recipes;
|
||||
|
||||
public class RecipesThermalExpansion {
|
||||
//TODO remove basic machine frame recipe
|
||||
//TODO replace iron in recipe to steel
|
||||
// TODO remove basic machine frame recipe
|
||||
// TODO replace iron in recipe to steel
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue