Version MFF.
0
molehills/depends.txt
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...")
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
0
molehills/models/molehill_molehill.obj
Normal file → Executable file
0
molehills/molehills_settings.txt
Normal file → Executable file
0
molehills/textures/molehills_dirt.png
Normal file → Executable file
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 806 B |
0
molehills/textures/molehills_side.png
Normal file → Executable file
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
0
molehills/textures/old & unused/molehill_side.png
Normal file → Executable file
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 110 B |
0
molehills/textures/old & unused/molehill_top.png
Normal file → Executable file
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |