Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
1 changed files with 6 additions and 4 deletions
Showing only changes of commit cd02080ca8 - Show all commits

View File

@ -166,6 +166,7 @@ function boat.on_activate(self, staticdata, dtime_s)
self._last_v = self._v
self._itemstring = data.itemstring
if data.textures then
while #data.textures < 5 do
table.insert(data.textures, data.textures[1])
end
@ -173,6 +174,7 @@ function boat.on_activate(self, staticdata, dtime_s)
self.object:set_properties({textures = data.textures})
end
end
end
function boat.get_staticdata(self)
if not self then return end