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

Updated homedecor_modpack

This commit is contained in:
LeMagnesium
2015-01-10 21:42:49 +01:00
parent 1a14e9ab91
commit 0048532fac
2029 changed files with 29720 additions and 1534 deletions

4
mods/homedecor_modpack/lrfurn/coffeetable.lua Executable file → Normal file
View File

@ -109,14 +109,14 @@ minetest.register_craft({
}
})
--[[minetest.register_craft({
minetest.register_craft({
output = "lrfurn:coffeetable",
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"group:stick", "", "group:stick", }
}
})]] -- Uncomment if further declaration of a group:wood_slab
})
if minetest.setting_get("log_mods") then
minetest.log("action", "coffeetable loaded")