Re enable mobs

This commit is contained in:
oilboi 2020-06-05 06:37:31 -04:00
parent b2b155f1fb
commit 6fca9d233f

View File

@ -159,7 +159,7 @@ mob_register.on_step = function(self, dtime,moveresult)
self.custom_function_begin(self,dtime)
end
--self.collision_detection(self)
self.collision_detection(self)
if self.fall_damage then
self.fall_damage(self)
end
@ -173,7 +173,7 @@ mob_register.on_step = function(self, dtime,moveresult)
self.custom_function(self,dtime,moveresult)
end
--self.move(self,dtime,moveresult)
self.move(self,dtime,moveresult)
--self.debug_nametag(self,dtime)