1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 15:10:23 +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/endtable.lua Executable file → Normal file
View File

@ -46,14 +46,14 @@ minetest.register_craft({
}
})
--[[minetest.register_craft({
minetest.register_craft({
output = "lrfurn:endtable",
recipe = {
{"", "", "", },
{"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", "endtable loaded")