mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate.
		
			
				
	
	
		
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| minetest.register_biome({
 | |
| 	name           = "Grass",
 | |
| 
 | |
| 	heat_point     = 50.0,
 | |
| 	humidity_point = 50.0,
 | |
| 	height_min = -31000,
 | |
| 	height_max = 31000,
 | |
| })
 | |
| 
 |