mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-14 14:00:15 +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:
@ -213,7 +213,7 @@ plantslib:register_generate_plant({
|
||||
temp_max = -0.5,
|
||||
temp_min = 0.13,
|
||||
},
|
||||
"abstract_ferns.grow_tree_fern"
|
||||
abstract_ferns.grow_tree_fern
|
||||
)
|
||||
end
|
||||
|
||||
@ -240,6 +240,6 @@ plantslib:register_generate_plant({
|
||||
temp_max = -1.0,
|
||||
temp_min = 1.0,
|
||||
},
|
||||
"abstract_ferns.grow_tree_fern"
|
||||
abstract_ferns.grow_tree_fern
|
||||
)
|
||||
end
|
||||
|
Reference in New Issue
Block a user