..
This commit is contained in:
parent
73942b5443
commit
f2ab3c4c77
2
shop.lua
2
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user