spawn some more plants directly

This commit is contained in:
Niklp09
2023-04-12 21:03:22 +02:00
parent a154cb9904
commit 85569605f5
4 changed files with 96 additions and 54 deletions

View File

@ -437,8 +437,8 @@ abstract_trunks.grow_moss_on_trunk = function(pos)
--end
end
biome_lib.register_on_generate({
surface = {
pl.register_on_generate({
surface = {
"default:tree",
"default:jungletree",
"default:pine_tree",
@ -465,7 +465,9 @@ biome_lib.register_on_generate({
plantlife_limit = -0.9,
check_air = false,
},
"abstract_trunks.grow_moss_on_trunk"
"trunks:grow_moss_on_trunk",
nil,
abstract_trunks.grow_moss_on_trunk
)
end