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:
4
mods/homedecor_modpack/lrfurn/coffeetable.lua
Executable file → Normal file
4
mods/homedecor_modpack/lrfurn/coffeetable.lua
Executable file → Normal 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")
|
||||
|
Reference in New Issue
Block a user