We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63af406 commit 6e9ee32Copy full SHA for 6e9ee32
data/mods/Magiclysm/requirements/crafting.json
@@ -24,6 +24,11 @@
24
"type": "requirement",
25
"extend": { "tools": [ [ [ "technomancer_welder", -1 ] ] ] }
26
},
27
+ {
28
+ "id": "repair_welding_lc_steel",
29
+ "type": "requirement",
30
+ "extend": { "tools": [ [ [ "technomancer_welder", -1 ] ] ] }
31
+ },
32
{
33
"id": "pickaxe_list",
34
data/mods/MindOverMatter/recipes/recipe_requirements.json
@@ -67,6 +67,11 @@
67
68
"extend": { "tools": [ [ [ "pyrokinetic_torch_weld", -1 ] ] ] }
69
70
71
72
73
+ "extend": { "tools": [ [ [ "pyrokinetic_torch_weld", -1 ] ] ] }
74
75
76
"id": "bullet_forming",
77
0 commit comments