1
0
ミラー元 https://github.com/mt-mods/plantlife_modpack.git 前回の同期 2025-11-11 02:25:26 +01: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)
このコミットが含まれているのは:
Vanessa Ezekowitz
2014-08-15 10:09:01 -04:00
コミット da732bb18e
14個のファイルの変更36行の追加31行の削除

ファイルの表示

@@ -22,5 +22,5 @@ plantslib:register_generate_plant({
min_elevation = 1, -- above sea level
plantlife_limit = -0.9,
},
"abstract_dryplants.grow_grass_variation"
abstract_dryplants.grow_grass_variation
)