you're a piece of shit Ellpeck

This commit is contained in:
Ellpeck 2017-03-07 12:44:30 +01:00
parent 6c01ffaa87
commit 911caed6d2

View file

@ -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 ",