mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Yea, right.
_Redstone_.
This commit is contained in:
parent
b51c67fa6c
commit
f089a26441
2 changed files with 5 additions and 2 deletions
|
@ -79,6 +79,9 @@ public class CrusherCrafting{
|
|||
CrusherRecipeRegistry.addRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.RICE.ordinal()), new ItemStack(Items.sugar, 2));
|
||||
miscRecipes.add(Util.GetRecipes.lastCrusherRecipe());
|
||||
|
||||
CrusherRecipeRegistry.addRecipe(new ItemStack(Blocks.glowstone), new ItemStack(Items.glowstone_dust, 4));
|
||||
miscRecipes.add(Util.GetRecipes.lastCrusherRecipe());
|
||||
|
||||
CrusherRecipeRegistry.addRecipe("oreNickel", "dustNickel", 2, "dustPlatinum", 1, 15);
|
||||
CrusherRecipeRegistry.addRecipe("oreIron", "dustIron", 2, "dustGold", 1, 20);
|
||||
|
||||
|
|
|
@ -95,9 +95,9 @@ public class LensNoneRecipeHandler{
|
|||
addRecipe(new ItemStack(Blocks.quartz_block, 1, 1), new ItemStack(InitBlocks.blockTestifiBucksGreenWall), 10);
|
||||
recipeGreenWall = Util.GetRecipes.lastReconstructorRecipe();
|
||||
|
||||
addRecipe(new ItemStack(Items.redstone), new ItemStack(Items.glowstone_dust), 4000);
|
||||
addRecipe(new ItemStack(Blocks.redstone_block), new ItemStack(Blocks.glowstone), 60000);
|
||||
recipesGlowstoneRedstone[0] = Util.GetRecipes.lastReconstructorRecipe();
|
||||
addRecipe(new ItemStack(Items.glowstone_dust), new ItemStack(Items.redstone), 4000);
|
||||
addRecipe(new ItemStack(Blocks.glowstone), new ItemStack(Blocks.redstone_block), 60000);
|
||||
recipesGlowstoneRedstone[1] = Util.GetRecipes.lastReconstructorRecipe();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue