mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Removing changes of commit 70b50ab
				
					
				
			This commit is contained in:
		
							
								
								
									
										15
									
								
								mods/mobs_animal/init.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								mods/mobs_animal/init.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
 | 
			
		||||
local path = minetest.get_modpath("mobs_animal")
 | 
			
		||||
 | 
			
		||||
-- Animals
 | 
			
		||||
 | 
			
		||||
dofile(path .. "/chicken.lua") -- JKmurray
 | 
			
		||||
dofile(path .. "/cow.lua") -- KrupnoPavel
 | 
			
		||||
dofile(path .. "/rat.lua") -- PilzAdam
 | 
			
		||||
dofile(path .. "/sheep.lua") -- PilzAdam
 | 
			
		||||
dofile(path .. "/warthog.lua") -- KrupnoPavel
 | 
			
		||||
dofile(path .. "/bee.lua") -- KrupnoPavel
 | 
			
		||||
dofile(path .. "/bunny.lua") -- ExeterDad
 | 
			
		||||
dofile(path .. "/kitten.lua") -- Jordach/BFD
 | 
			
		||||
 | 
			
		||||
print ("[MOD] Mobs Redo 'Animals' loaded")
 | 
			
		||||
		Reference in New Issue
	
	Block a user