1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Added plants and dirt monsters on watershed:drygrass

This commit is contained in:
Gael-de-Sailly
2015-07-08 19:23:21 +02:00
parent 7cfcbc63fc
commit c7e4bd9745
3 changed files with 18 additions and 3 deletions

View File

@ -105,6 +105,19 @@ plantslib:register_generate_plant({
abstract_molehills.place_molehill
)
plantslib:register_generate_plant({
surface = {"watershed:drygrass"},
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
)
-----------------------------------------------------------------------------------------------
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
-----------------------------------------------------------------------------------------------