Fix drill recipes, closes #819
This commit is contained in:
parent
f633df81c2
commit
695ca83896
1 changed files with 1 additions and 1 deletions
|
@ -3173,7 +3173,7 @@ public class ModRecipes {
|
|||
|
||||
if (ConfigTechReborn.ExpensiveDrill)
|
||||
CraftingHelper
|
||||
.addShapedOreRecipe(OreDictionary.getOres("drillBasic").get(0).copy(), " S ", "SCS", "SBS", 'S',
|
||||
.addShapedOreRecipe(new ItemStack(ModItems.ironDrill), " S ", "SCS", "SBS", 'S',
|
||||
"ingotSteel", 'B', "reBattery", 'C',
|
||||
"circuitBasic");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue