Merge pull request #3 from VanessaE/master

follow renaming of plants_lib --> biome_lib
This commit is contained in:
Bas 2015-08-09 17:33:50 +02:00
commit 1ac1892d56
2 changed files with 2 additions and 2 deletions

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

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