forked from mtcontrib/plantlife_modpack
update all generate, spawn, and grow calls
to use "." instead of ":" notation (quells all those "deprecated" warnings)
This commit is contained in:
@ -133,7 +133,7 @@ vines.register_vine = function( name, defs, biome )
|
||||
end,
|
||||
})
|
||||
|
||||
biome_lib:spawn_on_surfaces(biome)
|
||||
biome_lib.register_active_spawner(biome)
|
||||
end
|
||||
|
||||
-- ALIASES
|
||||
|
Reference in New Issue
Block a user