diff --git a/mods/ITEMS/mcl_bamboo/extras.lua b/mods/ITEMS/mcl_bamboo/extras.lua deleted file mode 100644 index 199760bc2..000000000 --- a/mods/ITEMS/mcl_bamboo/extras.lua +++ /dev/null @@ -1,40 +0,0 @@ ---- ---- Generated by EmmyLua(https://github.com/EmmyLua) ---- Created by michieal. ---- DateTime: 12/14/22 10:14 PM ---- - - -local modname = minetest.get_current_modname() -local S = minetest.get_translator(modname) -local bamboo = "mcl_bamboo:bamboo" - -local function tiki_lamp() - if minetest.get_modpath("mcl_lanterns") then - if mcl_lanterns ~= nil then - mcl_lanterns.register_lantern("tikilamp", { - description = S("Tiki Lamp"), - longdesc = S("Tiki Lamps are light sources which can be placed on the top or the bottom of most blocks."), - texture = "mcl_bamboo_extras_tikilamp.png", - texture_inv = "mcl_bamboo_extras_tikilamp_inv.png", - light_level = 14, - }) - - minetest.register_craft({ - output = "mcl_lanterns:tikilamp_floor", - recipe = { - {bamboo, bamboo,bamboo}, - {bamboo, "mcl_torches:torch", bamboo}, - {bamboo, bamboo,bamboo}, - }, - }) - end - end -end - - - - - --- ------------------------------------ -tiki_lamp() \ No newline at end of file diff --git a/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp.png b/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp.png deleted file mode 100644 index 1595b587c..000000000 Binary files a/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp.png and /dev/null differ diff --git a/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp_inv.png b/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp_inv.png deleted file mode 100644 index 9c41c604d..000000000 Binary files a/mods/ITEMS/mcl_bamboo/textures/extras/mcl_bamboo_extras_tikilamp_inv.png and /dev/null differ