chinese local added (thanks IFRFSX)

This commit is contained in:
TenPlus1
2020-02-14 11:24:00 +00:00
parent c6841290e5
commit 7f2badbd8e
6 changed files with 301 additions and 0 deletions

View File

@ -117,6 +117,7 @@ mobs:register_mob("mobs_animal:cow", {
return
end
end,
on_replace = function(self, pos, oldnode, newnode)
self.food = (self.food or 0) + 1