Files
Rage 376b4b9689 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.
2025-01-14 05:07:53 -05:00

23 lines
455 B
Plaintext

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)