1
0
의 미러 https://github.com/mt-mods/plantlife_modpack.git synced 2025-11-25 09:45:45 +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)
This commit is contained in:
Vanessa Ezekowitz
2014-08-15 10:09:01 -04:00
부모 7f4fc1d553
커밋 da732bb18e
14개의 변경된 파일36개의 추가작업 그리고 31개의 파일을 삭제

파일 보기

@@ -102,9 +102,9 @@ plantslib:register_generate_plant({
avoid_radius = 4,
plantlife_limit = -0.3,
},
"abstract_molehills.place_molehill"
abstract_molehills.place_molehill
)
-----------------------------------------------------------------------------------------------
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------