1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00

readded texture deleted and spawn mobs pos.y+0.5

This commit is contained in:
crabman77 2015-08-17 23:45:41 +02:00
parent e97c5a4b70
commit 914594e0af
2 changed files with 1 additions and 0 deletions

View File

@ -1614,6 +1614,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
for f in pairs(fields) do
if string.find(f, "mobs:") then
local pos = player:getpos()
pos.y = pos.y+0.5
minetest.add_entity(pos, f)
return
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB