Readd entity cramming

This commit is contained in:
cora 2022-09-09 02:42:11 +02:00
parent c92aa062da
commit 338aead015
1 changed files with 1 additions and 0 deletions

View File

@ -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)