Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2023-12-13 21:00:34 +01:00
commit 4ada017824
3 changed files with 4 additions and 4 deletions

View File

@ -102,10 +102,10 @@ mobs:register_mob("mobs_animal:kitten", {
self.order = "stand"
self.state = "stand"
self.object:set_velocity({x = 0, y = 0, z = 0})
mobs:set_animation(self, "stand")
self:set_animation("stand")
else
self.order = ""
mobs:set_animation(self, "stoodup")
self:set_animation("stoodup")
end
end
end,

View File

@ -1,4 +1,4 @@
# textdomain: Lunovox Heavenfinder (https://libreplanet.org/wiki/User:Lunovox) <lunovox@disroot.org>
# textdomain:mobs_animal
Bee=Abelha
Honey=Mel
Beehive=Colméia

View File

@ -1,4 +1,4 @@
# textdomain: Lunovox Heavenfinder (https://libreplanet.org/wiki/User:Lunovox) <lunovox@disroot.org>
# textdomain:mobs_animal
Bee=Abelha
Honey=Mel
Beehive=Colméia