From 6937651e8f15c552aecfd07da80be44281553c36 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 9 Aug 2015 11:07:19 -0400 Subject: [PATCH] follow renaming of plants_lib --> biome_lib --- depends.txt | 2 +- functions.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/depends.txt b/depends.txt index 4146336..573e6e1 100644 --- a/depends.txt +++ b/depends.txt @@ -1,3 +1,3 @@ default -plants_lib +biome_lib moretrees? diff --git a/functions.lua b/functions.lua index f7db03d..3ac3ff7 100644 --- a/functions.lua +++ b/functions.lua @@ -91,7 +91,7 @@ vines.register_vine = function( name, defs, biome ) end }) - plantslib:spawn_on_surfaces( biome ) + biome_lib:spawn_on_surfaces( biome ) local override_nodes = function( nodes, defs ) function override( index, registered )