From 620998310c3840abf6d628225244b2de0d3e938c Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 26 Apr 2013 05:40:13 -0400 Subject: [PATCH] removed regrowth of dandelions, rose, tulip, viola, germaniums, as the default flowers mod handles that now. --- flowers_plus/init.lua | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/flowers_plus/init.lua b/flowers_plus/init.lua index 7d2bc21..4d2d4c7 100644 --- a/flowers_plus/init.lua +++ b/flowers_plus/init.lua @@ -201,27 +201,7 @@ end plantslib:spawn_on_surfaces({ spawn_delay = SPAWN_DELAY, - spawn_plants = { - "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", - }, + spawn_plants = { "flowers:cotton_plant"}, avoid_radius = 7, spawn_chance = SPAWN_CHANCE, spawn_surfaces = {"default:dirt_with_grass"},