Page 1 of 1

MC like grass blocks

PostPosted: Sun May 01, 2016 15:10
by burli
How can I make MC like grass blocks with green grass (or dry grass) on the sides, not only on top?

Image

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 15:19
by Krock
Old idea. This screenie is already two years old:
Image

paramat did something into this direction with a mapgen mod he wrote. (IIRC)
See also: Hills [grassblock]

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 15:37
by burli
That's what I mean, but it should be generated. This mod only adds decoration blocks.

And it should look like this

Image

Top block is a grass block, the block below is normal grass (should not be removed)

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 16:33
by burli
I override the default dirt_with_grass which works fine.

Image

But it doesn't look so good from the side.

Image

Where can I find the ABM for the grass?

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 17:21
by burli
ABM is working, but buggy. He just replace the node below with a new dirt_with_grass_side block.

Image

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 18:59
by Napiophelios
Have you looked at Landscape mod by Blockmen ?
I think it does something similar...
Image

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 19:25
by burli
Not bad, but buggy. If there is grass or a flower on the node the grass block is removed. Also only dirt_with_grass works. Have to modify it for other soil from valleys mg

Re: MC like grass blocks

PostPosted: Sun May 01, 2016 21:35
by paramat
Another possibility is to make the grass 'fringe' close to the node base https://cloud.githubusercontent.com/assets/3686677/13000918/3c6060c4-d158-11e5-831c-9d7b7ff1a50a.png