diff options
Diffstat (limited to 'saplings.lua')
-rw-r--r-- | saplings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saplings.lua b/saplings.lua index b34db92..2b40b75 100644 --- a/saplings.lua +++ b/saplings.lua @@ -78,7 +78,7 @@ biome_lib:grow_plants({ biome_lib:grow_plants({ grow_delay = moretrees.sapling_interval, grow_chance = moretrees.sapling_chance, - grow_plant = "moretrees:jungletree_sapling", + grow_plant = "default:junglesapling", grow_nodes = moretrees.jungletree_biome.surface, grow_function = "moretrees:grow_jungletree" }) |