1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 15:10:23 +02:00

Updated homedecor modpack

- Reported in #177 , solves #186
This commit is contained in:
LeMagnesium
2015-08-02 20:49:50 +02:00
parent 161fd0d558
commit a97c0e6687
6 changed files with 0 additions and 45 deletions

View File

@ -89,15 +89,6 @@ for i in ipairs(longsofas_list) do
}
})
minetest.register_craft({
output = "lrfurn:longsofa_"..colour,
recipe = {
{"wool:"..colour, "wool:"..colour, "wool:"..colour, },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"group:stick", "group:stick", "group:stick", }
}
})
end
if minetest.setting_get("log_mods") then