orts / server

A real map datapack based on TFS 1.2 engine
98 stars 62 forks source link

Being able to eat more food than intended #278

Closed peonso closed 7 years ago

peonso commented 8 years ago

https://github.com/orts/server/blob/master/data/actions/scripts/other/food.lua#L110

should be

 if condition and math.floor(condition:getTicks() / 1000 + food[1] * 12) >= 1200 then