forked from mtcontrib/homedecor_modpack
use basic_materials steel bar instead or wrought iron pole
where it makes sense: chairs, benches, barbecue, and sport bench will now use the steel bar. wrought iron doors and fences, banister, spiral staircase, curtainrod, and window/jail bars will keep the wrought iron pole.
This commit is contained in:
parent
9ec3eab6f4
commit
43333687bd
@ -2,6 +2,7 @@ homedecor_common
|
|||||||
default
|
default
|
||||||
dye
|
dye
|
||||||
creative
|
creative
|
||||||
|
basic_materials
|
||||||
moreblocks?
|
moreblocks?
|
||||||
building_blocks?
|
building_blocks?
|
||||||
bucket?
|
bucket?
|
||||||
|
@ -349,7 +349,7 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{ "","homedecor:fence_chainlink","" },
|
{ "","homedecor:fence_chainlink","" },
|
||||||
{ "default:steel_ingot","fake_fire:embers","default:steel_ingot" },
|
{ "default:steel_ingot","fake_fire:embers","default:steel_ingot" },
|
||||||
{ "homedecor:pole_wrought_iron","default:steel_ingot","homedecor:pole_wrought_iron" }
|
{ "basic_materials:steel_bar","default:steel_ingot","basic_materials:steel_bar" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -920,7 +920,7 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:sportbench",
|
output = "homedecor:sportbench",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "stairs:slab_steelblock","homedecor:pole_wrought_iron","stairs:slab_steelblock" },
|
{ "stairs:slab_steelblock","basic_materials:steel_bar","stairs:slab_steelblock" },
|
||||||
{ "default:steel_ingot","wool:black","default:steel_ingot" },
|
{ "default:steel_ingot","wool:black","default:steel_ingot" },
|
||||||
{ "default:steel_ingot","wool:black","default:steel_ingot" }
|
{ "default:steel_ingot","wool:black","default:steel_ingot" }
|
||||||
},
|
},
|
||||||
|
@ -2,3 +2,4 @@ default
|
|||||||
wool
|
wool
|
||||||
homedecor_common
|
homedecor_common
|
||||||
unifieddyes
|
unifieddyes
|
||||||
|
basic_materials
|
||||||
|
@ -212,7 +212,7 @@ minetest.register_craft( {
|
|||||||
recipe = {
|
recipe = {
|
||||||
{ "group:wood", "group:wood", "group:wood" },
|
{ "group:wood", "group:wood", "group:wood" },
|
||||||
{ "group:wood", "group:wood", "group:wood" },
|
{ "group:wood", "group:wood", "group:wood" },
|
||||||
{ "homedecor:pole_wrought_iron", "", "homedecor:pole_wrought_iron" }
|
{ "basic_materials:steel_bar", "", "basic_materials:steel_bar" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -316,7 +316,7 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{ "", "", "wool:black" },
|
{ "", "", "wool:black" },
|
||||||
{ "", "wool:black", "default:steel_ingot" },
|
{ "", "wool:black", "default:steel_ingot" },
|
||||||
{ "group:stick", "homedecor:pole_wrought_iron", "group:stick" }
|
{ "group:stick", "basic_materials:steel_bar", "group:stick" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -325,7 +325,7 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{ "dye:black", "building_blocks:sticks", "group:wool" },
|
{ "dye:black", "building_blocks:sticks", "group:wool" },
|
||||||
{ "basic_materials:plastic_sheet", "group:wool", "default:steel_ingot" },
|
{ "basic_materials:plastic_sheet", "group:wool", "default:steel_ingot" },
|
||||||
{ "building_blocks:sticks", "homedecor:pole_wrought_iron", "building_blocks:sticks" }
|
{ "building_blocks:sticks", "basic_materials:steel_bar", "building_blocks:sticks" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user