mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
readded texture deleted and spawn mobs pos.y+0.5
This commit is contained in:
parent
e97c5a4b70
commit
914594e0af
@ -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
|
||||
|
BIN
mods/mobs/textures/mobs_zombie_inv.png
Executable file
BIN
mods/mobs/textures/mobs_zombie_inv.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user