diff --git a/shop.lua b/shop.lua index b3d6faf71321f0e8cc5862e475ff30e436cbc4ad..3e204102f7dc516e20e3f20b6b15189e9bbcc015 100644 --- a/shop.lua +++ b/shop.lua @@ -40,7 +40,6 @@ illuna.update=function(pos,stat) end end - minetest.register_entity("illuna:item",{ hp_max = 1, visual="wielditem", @@ -77,7 +76,6 @@ minetest.register_entity("illuna:item",{ end, }) - illuna.showform=function(pos,player,re) local meta=minetest.get_meta(pos) local creative=meta:get_int("creative")