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:
@ -62,7 +62,7 @@ abstract_molehills.place_molehill = function(pos)
|
||||
end
|
||||
end
|
||||
|
||||
biome_lib:register_generate_plant({
|
||||
biome_lib.register_on_generate({
|
||||
surface = {"default:dirt_with_grass"},
|
||||
max_count = Molehills_Max_Count,
|
||||
rarity = Molehills_Rarity,
|
||||
|
Reference in New Issue
Block a user