forked from VoxeLibre/VoxeLibre
Readd entity cramming
This commit is contained in:
parent
c92aa062da
commit
338aead015
|
@ -3042,6 +3042,7 @@ local function check_entity_cramming(self)
|
|||
end
|
||||
end
|
||||
|
||||
mcl_mobs.register_on_step("all","entity_cramming",check_entity_cramming)
|
||||
-- falling and fall damage
|
||||
-- returns true if mob died
|
||||
local falling = function(self, pos)
|
||||
|
|
Loading…
Reference in New Issue