mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-14 04:09:09 +01:00
remove quartz + coal -> black quartz recipe
This commit is contained in:
parent
e629cf5b56
commit
23f491f376
1 changed files with 0 additions and 7 deletions
|
@ -490,13 +490,6 @@ public final class ItemCrafting{
|
|||
recipeWings = RecipeUtil.lastIRecipe();
|
||||
}
|
||||
|
||||
//Quartz
|
||||
if(ConfigCrafting.QUARTZ.isEnabled()){
|
||||
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.QUARTZ.ordinal()),
|
||||
new ItemStack(Items.COAL),
|
||||
new ItemStack(Items.QUARTZ)));
|
||||
}
|
||||
|
||||
//Coil
|
||||
if(ConfigCrafting.COIL.isEnabled()){
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitItems.itemMisc, 1, TheMiscItems.COIL.ordinal()),
|
||||
|
|
Loading…
Reference in a new issue