mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	fix lilypads max count and rarity variables
thanks for catching that, Gael de Sailly!
This commit is contained in:
		@@ -314,8 +314,8 @@ end
 | 
			
		||||
 | 
			
		||||
plantslib:register_generate_plant({
 | 
			
		||||
    surface = {"default:water_source"},
 | 
			
		||||
    max_count = lilypads_max_count,
 | 
			
		||||
    rarity = lilypads_rarity,
 | 
			
		||||
    max_count = lilies_max_count,
 | 
			
		||||
    rarity = lilies_rarity,
 | 
			
		||||
    min_elevation = 1,
 | 
			
		||||
	max_elevation = 40,
 | 
			
		||||
	near_nodes = {"default:dirt_with_grass"},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user