Add files via upload

master
AiTechEye 2018-08-16 15:49:10 +02:00 committed by GitHub
parent 824eb53129
commit 9c763e5a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -317,7 +317,7 @@ aliveai_nitroglycerine.freeze=function(ob)
if p.visual=="mesh" and p.mesh~="" and p.mesh~=nil and ob:get_luaentity().name~="aliveai_nitroglycerine:ice" then
aliveai_nitroglycerine.newice=true
local m=minetest.add_entity(pos, "aliveai_nitroglycerine:ice")
m:setyaw(ob:getyaw())
m:set_yaw(ob:get_yaw())
m:set_properties({
visual_size=p.visual_size,
visual="mesh",
@ -676,3 +676,4 @@ minetest.register_abm({
end,
})