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:
@ -1,6 +1,6 @@
|
||||
--Map Generation Stuff
|
||||
|
||||
biome_lib:register_generate_plant(
|
||||
biome_lib.register_on_generate(
|
||||
{
|
||||
surface = {
|
||||
"default:dirt_with_grass",
|
||||
@ -20,7 +20,7 @@ biome_lib:register_generate_plant(
|
||||
}
|
||||
)
|
||||
|
||||
biome_lib:register_generate_plant(
|
||||
biome_lib.register_on_generate(
|
||||
{
|
||||
surface = {
|
||||
"default:desert_sand",
|
||||
|
Reference in New Issue
Block a user