mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	removed regrowth of dandelions, rose, tulip, viola, germaniums, as the
default flowers mod handles that now.
This commit is contained in:
		| @@ -201,27 +201,7 @@ end | |||||||
|  |  | ||||||
| plantslib:spawn_on_surfaces({ | plantslib:spawn_on_surfaces({ | ||||||
| 	spawn_delay = SPAWN_DELAY, | 	spawn_delay = SPAWN_DELAY, | ||||||
| 	spawn_plants = { | 	spawn_plants = { "flowers:cotton_plant"}, | ||||||
| 		"flowers:rose", |  | ||||||
| 		"flowers:tulip", |  | ||||||
| 		"flowers:geranium", |  | ||||||
| 		"flowers:viola", |  | ||||||
| 	}, |  | ||||||
| 	avoid_radius = 10, |  | ||||||
| 	spawn_chance = SPAWN_CHANCE*2, |  | ||||||
| 	spawn_surfaces = {"default:dirt_with_grass"}, |  | ||||||
| 	avoid_nodes = {"group:flower", "group:flora", "group:poisonivy"}, |  | ||||||
| 	seed_diff = flowers_seed_diff, |  | ||||||
| 	light_min = 9 |  | ||||||
| }) |  | ||||||
|  |  | ||||||
| plantslib:spawn_on_surfaces({ |  | ||||||
| 	spawn_delay = SPAWN_DELAY, |  | ||||||
| 	spawn_plants = { |  | ||||||
| 		"flowers:dandelion_yellow", |  | ||||||
| 		"flowers:dandelion_white", |  | ||||||
| 		"flowers:cotton_plant", |  | ||||||
| 	}, |  | ||||||
| 	avoid_radius = 7, | 	avoid_radius = 7, | ||||||
| 	spawn_chance = SPAWN_CHANCE, | 	spawn_chance = SPAWN_CHANCE, | ||||||
| 	spawn_surfaces = {"default:dirt_with_grass"}, | 	spawn_surfaces = {"default:dirt_with_grass"}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user