Skip to content

Commit 6e9ee32

Browse files
[Magiclysm/MoM] Fix supernatural welding (CleverRaven#81468)
1 parent 63af406 commit 6e9ee32

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

data/mods/Magiclysm/requirements/crafting.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"type": "requirement",
2525
"extend": { "tools": [ [ [ "technomancer_welder", -1 ] ] ] }
2626
},
27+
{
28+
"id": "repair_welding_lc_steel",
29+
"type": "requirement",
30+
"extend": { "tools": [ [ [ "technomancer_welder", -1 ] ] ] }
31+
},
2732
{
2833
"id": "pickaxe_list",
2934
"type": "requirement",

data/mods/MindOverMatter/recipes/recipe_requirements.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
"type": "requirement",
6868
"extend": { "tools": [ [ [ "pyrokinetic_torch_weld", -1 ] ] ] }
6969
},
70+
{
71+
"id": "repair_welding_lc_steel",
72+
"type": "requirement",
73+
"extend": { "tools": [ [ [ "pyrokinetic_torch_weld", -1 ] ] ] }
74+
},
7075
{
7176
"id": "bullet_forming",
7277
"type": "requirement",

0 commit comments

Comments
 (0)