Skip to content

Commit

Permalink
Change landmine recipe to 4 steel and 6 coal
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Jan 8, 2025
1 parent 01ee157 commit 1db60c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mods/ctf/ctf_modebase/crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ crafting.register_recipe({
})

crafting.register_recipe({
output = "ctf_landmine:landmine 3",
items = { "default:steel_ingot 4", "grenades:frag" },
output = "ctf_landmine:landmine",
items = { "default:steel_ingot 4", "default:coal_lump 6" },
always_known = false,
})
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_classes/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ctf_modebase.register_mode("classes", {
},
crafts = {
"ctf_ranged:ammo", "default:axe_mese", "default:axe_diamond", "default:shovel_mese", "default:shovel_diamond",
"ctf_map:damage_cobble 5", "ctf_map:spike", "ctf_map:reinforced_cobble 2", "ctf_landmine:landmine 3",
"ctf_map:damage_cobble 5", "ctf_map:spike", "ctf_map:reinforced_cobble 2", "ctf_landmine:landmine",
},
physics = {sneak_glitch = true, new_move = true},
blacklisted_nodes = {"default:apple"},
Expand Down
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ctf_modebase.register_mode("nade_fight", {
"ctf_map:spike",
"ctf_map:reinforced_cobble 2",
"ctf_ranged:ammo",
"ctf_landmine:landmine 3",
"ctf_landmine:landmine",
},
physics = {sneak_glitch = true, new_move = true},
blacklisted_nodes = {"default:apple"},
Expand Down

0 comments on commit 1db60c1

Please sign in to comment.