Skip to content

Commit

Permalink
fix draconic chestplate recipe (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike authored Sep 20, 2023
1 parent 5561aeb commit 4fcca1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@ public void loadRecipes() {
'b',
"plateDraconiumAwakened",
'c',
getModItem(DraconicEvolution.ID, "awakenedCore", 1, 0, missing),
'd',
getModItem(DraconicEvolution.ID, "draconiumEnergyCore", 1, 1, missing),
'd',
getModItem(DraconicEvolution.ID, "awakenedCore", 1, 0, missing),
'e',
getModItem(DraconicEvolution.ID, "wyvernChest", 1, 0, missing));
ExtremeCraftingManager.getInstance().addExtremeShapedOreRecipe(
Expand Down

0 comments on commit 4fcca1f

Please sign in to comment.