forked from mtcontrib/mobs_animal
		
	use api functions for kitten
This commit is contained in:
		@@ -101,10 +101,10 @@ mobs:register_mob("mobs_animal:kitten", {
 | 
				
			|||||||
				self.order = "stand"
 | 
									self.order = "stand"
 | 
				
			||||||
				self.state = "stand"
 | 
									self.state = "stand"
 | 
				
			||||||
				self.object:set_velocity({x = 0, y = 0, z = 0})
 | 
									self.object:set_velocity({x = 0, y = 0, z = 0})
 | 
				
			||||||
				mobs:set_animation(self, "stand")
 | 
									self:set_animation("stand")
 | 
				
			||||||
			else
 | 
								else
 | 
				
			||||||
				self.order = ""
 | 
									self.order = ""
 | 
				
			||||||
				mobs:set_animation(self, "stoodup")
 | 
									self:set_animation("stoodup")
 | 
				
			||||||
			end
 | 
								end
 | 
				
			||||||
		end
 | 
							end
 | 
				
			||||||
	end,
 | 
						end,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# textdomain: Lunovox Heavenfinder (https://libreplanet.org/wiki/User:Lunovox) <lunovox@disroot.org>
 | 
					# textdomain:mobs_animal
 | 
				
			||||||
Bee=Abelha
 | 
					Bee=Abelha
 | 
				
			||||||
Honey=Mel
 | 
					Honey=Mel
 | 
				
			||||||
Beehive=Colméia
 | 
					Beehive=Colméia
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# textdomain: Lunovox Heavenfinder (https://libreplanet.org/wiki/User:Lunovox) <lunovox@disroot.org>
 | 
					# textdomain:mobs_animal
 | 
				
			||||||
Bee=Abelha
 | 
					Bee=Abelha
 | 
				
			||||||
Honey=Mel
 | 
					Honey=Mel
 | 
				
			||||||
Beehive=Colméia
 | 
					Beehive=Colméia
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user