Skip to content

Commit

Permalink
fix(mods/MagicalNights): Upgraded dbone weapons take their base versi…
Browse files Browse the repository at this point in the history
…ons (#6061)

Correct the recipes
  • Loading branch information
RobbieNeko authored Feb 7, 2025
1 parent b381092 commit 5186a53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magical_Nights/recipes/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"time": "8 h",
"book_learn": [ [ "textbook_weapwest", 8 ], [ "recipe_melee", 7 ] ],
"using": [ [ "blacksmithing_advanced", 12 ] ],
"components": [ [ [ "black_dragon_tanned_hide", 2 ] ], [ [ "dragon_essence", 1 ] ] ]
"components": [ [ [ "black_dragon_tanned_hide", 2 ] ], [ [ "dragon_essence", 1 ] ], [ [ "dbone_battleaxe", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -433,7 +433,7 @@
"time": "8 h",
"book_learn": [ [ "textbook_weapeast", 7 ] ],
"using": [ [ "blacksmithing_advanced", 8 ] ],
"components": [ [ [ "black_dragon_tanned_hide", 1 ] ], [ [ "dragon_essence", 1 ] ] ]
"components": [ [ [ "black_dragon_tanned_hide", 1 ] ], [ [ "dragon_essence", 1 ] ], [ [ "dbone_tachi", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -446,7 +446,7 @@
"time": "7 h",
"book_learn": [ [ "textbook_weapwest", 7 ] ],
"using": [ [ "blacksmithing_advanced", 16 ] ],
"components": [ [ [ "black_dragon_tanned_hide", 1 ] ], [ [ "dragon_essence", 1 ] ] ]
"components": [ [ [ "black_dragon_tanned_hide", 1 ] ], [ [ "dragon_essence", 1 ] ], [ [ "dbone_longsword", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -459,7 +459,7 @@
"time": "7 h 40 m",
"book_learn": [ [ "textbook_armschina", 6 ] ],
"using": [ [ "blacksmithing_advanced", 4 ] ],
"components": [ [ [ "black_dragon_tanned_hide", 2 ] ], [ [ "dragon_essence", 1 ] ] ]
"components": [ [ [ "black_dragon_tanned_hide", 2 ] ], [ [ "dragon_essence", 1 ] ], [ [ "dbone_qiang", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 5186a53

Please sign in to comment.