mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 08:23:47 +01:00
follow renaming of plants_lib --> biome_lib
This commit is contained in:
parent
e96fc291e8
commit
6937651e8f
@ -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