🐈
This commit is contained in:
parent
05f786348d
commit
43eb29a327
4
init.lua
4
init.lua
@ -551,11 +551,11 @@ dofile(minetest.get_modpath("nyanland").."/portal.lua")
|
||||
-- legacy
|
||||
|
||||
minetest.register_entity("nyanland:tail_entity", {
|
||||
physical = false,
|
||||
--[[physical = false,
|
||||
visual = "sprite",
|
||||
timer=0,
|
||||
collisionbox = {-0.5,-0.5,-0.5, 0.5,0.5,0.5},
|
||||
visual = "cube",
|
||||
visual = "cube",--]]
|
||||
on_activate = function(self)
|
||||
self.object:remove()
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user