mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-17 15:48:31 +01:00
Make Wrought Iron Fence 2 recipe more generous
And remove double craft definition
This commit is contained in:
parent
2d0363f3ac
commit
763bcb2e95
@ -1298,15 +1298,7 @@ minetest.register_craft( {
|
|||||||
-- other types of fences
|
-- other types of fences
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "homedecor:fence_wrought_iron_2 2",
|
output = "homedecor:fence_wrought_iron_2 4",
|
||||||
recipe = {
|
|
||||||
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
|
||||||
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft( {
|
|
||||||
output = "homedecor:fence_wrought_iron_2 2",
|
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
||||||
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
{ "homedecor:pole_wrought_iron", "default:iron_lump" },
|
||||||
|
Loading…
Reference in New Issue
Block a user