Page 1 of 1

[solved] More grass

PostPosted: Sun Apr 03, 2016 10:33
by burli
Hi, I want much more grass. Is there a mod or can I tweak some mapgen settings?

Re: More grass

PostPosted: Sun Apr 03, 2016 16:16
by KCoombes

Re: More grass

PostPosted: Sun Apr 03, 2016 18:15
by burli
I know this mod. But I just want more grass on "dirt with grass" nodes and maybe dry grass on "dirt with dry grass"

Re: More grass

PostPosted: Sun Apr 03, 2016 18:40
by burli
Ok, dryplants does nearly what I want. Had to tweak a little bit

Re: [solved] More grass

PostPosted: Mon Apr 04, 2016 01:43
by paramat
You could write a mod (that has default in depends.txt) that has 'minetest.clear_registered_decorations' then copy and paste all the decoration definitions from default/mapgen.lua, then change what you want.
Adjust the numbers here (except the 1-5 third number): https://github.com/minetest/minetest_game/blob/master/mods/default/mapgen.lua#L1307