forked from nalc/homedecor_modpack
recipe for piano is too cheap, made it more expensive.
This commit is contained in:
parent
9df13fe6a2
commit
559cb1f7f7
@ -2614,9 +2614,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:piano_left",
|
output = "homedecor:piano_left",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "", "default:steel_ingot", "building_blocks:hardwood" },
|
{ "", "homedecor:steel_wire", "building_blocks:hardwood" },
|
||||||
{ "homedecor:plastic_strips", "homedecor:steel_wire", "building_blocks:hardwood" },
|
{ "homedecor:plastic_strips", "homedecor:steel_wire", "building_blocks:hardwood" },
|
||||||
{ "building_blocks:hardwood", "default:steel_ingot", "building_blocks:hardwood" }
|
{ "building_blocks:hardwood", "default:steelblock", "building_blocks:hardwood" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user