mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 16:33:48 +01:00
Merge pull request #3 from VanessaE/master
follow renaming of plants_lib --> biome_lib
This commit is contained in:
commit
1ac1892d56
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user