forked from minetest-mods/moreblocks
Remove redundant axe recipes
The left-handed recipes for axes are now in the default mod.
This commit is contained in:
parent
0a3a1b9263
commit
ca0bddca29
|
@ -34,33 +34,6 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "default:axe_wood",
|
|
||||||
recipe = {
|
|
||||||
{"default:wood", "default:wood"},
|
|
||||||
{"default:stick", "default:wood"},
|
|
||||||
{"default:stick", ""},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "default:axe_stone",
|
|
||||||
recipe = {
|
|
||||||
{"default:cobble", "default:cobble"},
|
|
||||||
{"default:stick", "default:cobble"},
|
|
||||||
{"default:stick", ""},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "default:axe_steel",
|
|
||||||
recipe = {
|
|
||||||
{"default:steel_ingot", "default:steel_ingot"},
|
|
||||||
{"default:stick", "default:steel_ingot"},
|
|
||||||
{"default:stick", ""},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "toolrepair",
|
type = "toolrepair",
|
||||||
additional_wear = -0.15, -- Tool repair buff (15% bonus instead of 2%).
|
additional_wear = -0.15, -- Tool repair buff (15% bonus instead of 2%).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user