mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-06-28 14:16:11 +02:00
use real function calls instead of the old string method where possible
(basically leaving only the old legacy mapgen calls still using the string method)
This commit is contained in:
@ -150,5 +150,5 @@ plantslib:register_generate_plant({
|
||||
min_elevation = 1, -- above sea level
|
||||
plantlife_limit = -0.9,
|
||||
},
|
||||
"abstract_youngtrees.grow_youngtree"
|
||||
abstract_youngtrees.grow_youngtree
|
||||
)
|
||||
|
Reference in New Issue
Block a user