From f1356dfd6508d0f91a7dbb4fe9244183816a32c6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 15 Aug 2014 16:21:55 -0400 Subject: [PATCH] don't execute abstract_dryplants.grow_grass with "short" grass as a "surface" node. as short grass may not always be there. will do it a more proper way later. --- dryplants/moregrass.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dryplants/moregrass.lua b/dryplants/moregrass.lua index 75218e0..1ad4d3e 100644 --- a/dryplants/moregrass.lua +++ b/dryplants/moregrass.lua @@ -20,7 +20,6 @@ end plantslib:register_generate_plant({ surface = { "default:dirt_with_grass", - "dryplants:grass_short", "stoneage:grass_with_silex", "sumpf:peat", "sumpf:sumpf"