mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-12 04:50:20 +02:00
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