1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-27 04:00:21 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 14:54:14 +02:00
parent 2e0277e558
commit f5ec948679
386 changed files with 244 additions and 240 deletions

15
molehills/init.lua Normal file → Executable file
View File

@ -73,6 +73,19 @@ biome_lib:register_generate_plant({
abstract_molehills.place_molehill
)
biome_lib:register_generate_plant({
surface = {"default:dirt_with_dry_grass"},
max_count = Molehills_Max_Count,
rarity = 97,
min_elevation = 1,
max_elevation = 40,
avoid_nodes = {"group:tree","group:liquid","group:stone","group:falling_node"--[[,"air"]]},
avoid_radius = 4,
plantlife_limit = -0.3,
},
abstract_molehills.place_molehill
)
-----------------------------------------------------------------------------------------------
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
-----------------------------------------------------------------------------------------------