mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
you're a piece of shit Ellpeck
This commit is contained in:
parent
6c01ffaa87
commit
911caed6d2
1 changed files with 0 additions and 5 deletions
|
@ -461,11 +461,6 @@ public final class ItemCrafting{
|
|||
'D', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.ENDER_STAR.ordinal())));
|
||||
recipeWings = RecipeUtil.lastIRecipe();
|
||||
|
||||
//Quartz
|
||||
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.QUARTZ.ordinal()),
|
||||
new ItemStack(Items.COAL),
|
||||
new ItemStack(Items.QUARTZ)));
|
||||
|
||||
//Coil
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL.ordinal()),
|
||||
" R ", "RIR", " R ",
|
||||
|
|
Loading…
Reference in a new issue