mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 16:30:21 +01:00
better recipe for 3dforniture bars
also lower the yield, they're way too cheap.
This commit is contained in:
parent
633beb8b88
commit
6f43085597
@ -204,15 +204,15 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:bars 10",
|
output = "homedecor:bars 6",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "default:steel_ingot","default:steel_ingot","default:steel_ingot" },
|
{ "default:steel_ingot","default:steel_ingot","default:steel_ingot" },
|
||||||
{ "default:steel_ingot","default:steel_ingot","default:steel_ingot" },
|
{ "homedecor:pole_wrought_iron","homedecor:pole_wrought_iron","homedecor:pole_wrought_iron" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:L_binding_bars 4",
|
output = "homedecor:L_binding_bars 3",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "homedecor:bars","" },
|
{ "homedecor:bars","" },
|
||||||
{ "homedecor:bars","homedecor:bars" },
|
{ "homedecor:bars","homedecor:bars" },
|
||||||
|
Loading…
Reference in New Issue
Block a user