Update init.lua

This commit is contained in:
Rootyjr 2019-08-03 21:34:33 -05:00 committed by GitHub
parent d11b089bac
commit a765d3dd4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ local bobber_on_step = function(self, dtime)
end
--if in liquid then bob.
if def.liquidtype == "source" and def.name == "mcl_core:water" then
if def.liquidtype == "source" and def.name == "mcl_core:water_source" then
if self._oldy == nil then
self.object:set_pos({x=self.object:get_pos().x,y=math.floor(self.object:get_pos().y)+.5,z=self.object:get_pos().z})
self._oldy = self.object:get_pos().y