1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 07:00:22 +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

@ -119,15 +119,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "lrfurn:coffeetable",
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"group:stick", "", "group:stick", }
}
})
if minetest.setting_get("log_mods") then
minetest.log("action", "coffeetable loaded")
end