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 )