Merge branch 'master' of https://github.com/TechReborn/TechReborn
This commit is contained in:
commit
b0a6a86a5b
1 changed files with 6 additions and 5 deletions
|
@ -24,9 +24,10 @@ public class ModRecipes {
|
||||||
public static ConfigTechReborn config;
|
public static ConfigTechReborn config;
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
addShaplessRecipes();
|
addShapelessRecipes();
|
||||||
addGeneralShappedRecipes();
|
addGeneralShapedRecipes();
|
||||||
addHammerRecipes();
|
addHammerRecipes();
|
||||||
|
addMachineRecipes();
|
||||||
|
|
||||||
addSmeltingRecipes();
|
addSmeltingRecipes();
|
||||||
addUUrecipes();
|
addUUrecipes();
|
||||||
|
@ -45,7 +46,7 @@ public class ModRecipes {
|
||||||
addImplosionCompressorRecipes();
|
addImplosionCompressorRecipes();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addGeneralShappedRecipes() {
|
static void addGeneralShapedRecipes() {
|
||||||
|
|
||||||
// Storage Blocks
|
// Storage Blocks
|
||||||
for(String name : ArrayUtils.addAll(BlockStorage.types, BlockStorage2.types)) {
|
for(String name : ArrayUtils.addAll(BlockStorage.types, BlockStorage2.types)) {
|
||||||
|
@ -176,7 +177,7 @@ public class ModRecipes {
|
||||||
LogHelper.info("Shapped Recipes Added");
|
LogHelper.info("Shapped Recipes Added");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addShaplessRecipes() {
|
static void addShapelessRecipes() {
|
||||||
|
|
||||||
for(String name : ArrayUtils.addAll(BlockStorage.types, BlockStorage2.types)) {
|
for(String name : ArrayUtils.addAll(BlockStorage.types, BlockStorage2.types)) {
|
||||||
try {
|
try {
|
||||||
|
@ -212,7 +213,7 @@ public class ModRecipes {
|
||||||
LogHelper.info("Shapless Recipes Added");
|
LogHelper.info("Shapless Recipes Added");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addMachineRecipies()
|
static void addMachineRecipes()
|
||||||
{
|
{
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.ComputerCube),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.ComputerCube),
|
||||||
"DME", "MAM", "EMD",
|
"DME", "MAM", "EMD",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue