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:
15
molehills/init.lua
Normal file → Executable file
15
molehills/init.lua
Normal file → Executable 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...")
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user