..
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
|
||||||
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user