forked from mtcontrib/homedecor_modpack
double the yield of copper strips
This commit is contained in:
parent
3ed1ea822a
commit
6dcd5e7bf6
|
@ -146,7 +146,7 @@ minetest.register_alias("homedecor:brass_ingot", "technic:brass_ingot")
|
||||||
-- the actual crafts
|
-- the actual crafts
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "homedecor:copper_strip 6",
|
output = "homedecor:copper_strip 12",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "default:copper_ingot", "default:copper_ingot" }
|
{ "default:copper_ingot", "default:copper_ingot" }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user