follow renaming of plants_lib --> biome_lib

master
Vanessa Ezekowitz 2015-08-09 11:07:19 -04:00
parent e96fc291e8
commit 6937651e8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
default
plants_lib
biome_lib
moretrees?

View File

@ -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 )