Add files via upload

master
AiTechEye 2020-10-14 22:02:35 +02:00 committed by GitHub
parent 4a62040eb0
commit 11f491cc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1351,6 +1351,10 @@ end
aliveai.jumping=function(self)
local pos=self.object:get_pos()
if not pos then
return
end
pos.y=pos.y-self.basey
if minetest.get_node(pos)==nil then return end
local test=minetest.registered_nodes[minetest.get_node(pos).name]