mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
Make mobs not collide with objects to stop weird glitches
This commit is contained in:
parent
6aaf25bbc9
commit
7cecc71b91
@ -3418,6 +3418,7 @@ local mob_activate = function(self, staticdata, def, dtime)
|
||||
self.timer = 0
|
||||
self.blinktimer = 0
|
||||
self.blinkstatus = false
|
||||
self.collide_with_objects = false
|
||||
|
||||
-- check existing nametag
|
||||
if not self.nametag then
|
||||
|
Loading…
Reference in New Issue
Block a user