Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,23 @@
craft_recipes = {
mmf_shovel_old = {
wpn_axe2 = {
"sharpening_stones:3, mmf_shovel_old>=0.20",
},
},
mmf_shovel_mili = {
wpn_axe2 = {
"sharpening_stones:3, mmf_shovel_mili>=0.20",
},
}
}
args = {
craft_strings = {
mmf_shovel_old = {
wpn_axe2 = "st_sharpen_shovel"
},
mmf_shovel_mili = {
wpn_axe2 = "st_sharpen_shovel"
}
}
}
demonized_crafter.add_craft_recipe(craft_recipes, args)