fixes #64
This commit is contained in:
parent
2e7f506115
commit
664252bc96
2 changed files with 6 additions and 2 deletions
|
@ -157,7 +157,7 @@ public class ModRecipes {
|
|||
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("diamondSawBlade"),
|
||||
"DSD", "S S", "DSD",
|
||||
'S', "plateSteel",
|
||||
'D', ItemDusts.getDustByName("diamond"));
|
||||
'D', "dustDiamond");
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.lapotronicOrb),
|
||||
"LLL", "LPL", "LLL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue