1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 14:20:22 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-07 22:32:38 +02:00
parent 2d0363f3ac
commit a11527ed63
1027 changed files with 8090 additions and 37753 deletions

7
lrfurn/endtable.lua Normal file → Executable file
View File

@ -1,8 +1,5 @@
local S = homedecor_i18n.gettext
minetest.register_node("lrfurn:endtable", {
description = S("End Table"),
description = "End Table",
drawtype = "nodebox",
tiles = {"lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png", "lrfurn_coffeetable_back.png"},
paramtype = "light",
@ -49,5 +46,5 @@ minetest.register_craft({
})
if minetest.setting_get("log_mods") then
minetest.log("action", "[lrfurn/endtable] "..S("Loaded!"))
minetest.log("action", "endtable loaded")
end