This commit is contained in:
Milan 2018-12-17 09:58:45 +01:00
parent 73942b5443
commit f2ab3c4c77

View File

@ -40,7 +40,6 @@ illuna.update=function(pos,stat)
end end
end end
minetest.register_entity("illuna:item",{ minetest.register_entity("illuna:item",{
hp_max = 1, hp_max = 1,
visual="wielditem", visual="wielditem",
@ -77,7 +76,6 @@ minetest.register_entity("illuna:item",{
end, end,
}) })
illuna.showform=function(pos,player,re) illuna.showform=function(pos,player,re)
local meta=minetest.get_meta(pos) local meta=minetest.get_meta(pos)
local creative=meta:get_int("creative") local creative=meta:get_int("creative")