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:
7
lrfurn/endtable.lua
Normal file → Executable file
7
lrfurn/endtable.lua
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user