From 89e5eb55d093976edb0448be265a9b8850001b90 Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Fri, 25 Feb 2022 18:24:48 +0000 Subject: [PATCH] Update 'mods/ITEMS/mcl_lanterns/register.lua' --- mods/ITEMS/mcl_lanterns/register.lua | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/mods/ITEMS/mcl_lanterns/register.lua b/mods/ITEMS/mcl_lanterns/register.lua index 12ac9468f..46ead33ce 100644 --- a/mods/ITEMS/mcl_lanterns/register.lua +++ b/mods/ITEMS/mcl_lanterns/register.lua @@ -15,21 +15,4 @@ minetest.register_craft({ {"mcl_core:iron_nugget", "mcl_torches:torch" , "mcl_core:iron_nugget"}, {"mcl_core:iron_nugget", "mcl_core:iron_nugget", "mcl_core:iron_nugget"}, }, -}) - -mcl_lanterns.register_lantern("soul_lantern", { - description = S("Soul Lantern"), - longdesc = S("Lanterns are light sources which can be placed on the top or the bottom of most blocks."), - texture = "mcl_lanterns_soul_lantern.png", - texture_inv = "mcl_lanterns_soul_lantern_inv.png", - light_level = 10, -}) - -minetest.register_craft({ - output = "mcl_lanterns:soul_lantern_floor", - recipe = { - {"mcl_core:iron_nugget", "mcl_core:iron_nugget", "mcl_core:iron_nugget"}, - {"mcl_core:iron_nugget", "mcl_blackstone:soul_torch", "mcl_core:iron_nugget"}, - {"mcl_core:iron_nugget", "mcl_core:iron_nugget", "mcl_core:iron_nugget"}, - }, }) \ No newline at end of file