From 44b1586414433792dc9f727860d8ad25f092cfd9 Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 23 Jan 2017 02:03:22 -0600 Subject: Remove LBM --- init.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/init.lua b/init.lua index ce49349..1639067 100644 --- a/init.lua +++ b/init.lua @@ -126,20 +126,6 @@ minetest.register_node("rgblightstone:rgblightstone", { } }) -minetest.register_lbm({ - name = "rgblightstone:remove_entities", - nodenames = {"rgblightstone:rgblightstone"}, - label = "Remove old rgblightstone entities", - action = function(pos) - local objs = minetest.get_objects_inside_radius(pos,0.5) - for _,obj in ipairs(objs) do - if obj:get_luaentity() and obj:get_luaentity().name == "rgblightstone:entity" then - obj:remove() - end - end - end -}) - minetest.register_craft({ output = "rgblightstone:lightstone", -- cgit v1.2.3