Page 1 of 1

[0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 22:29
by Fixerol
Two problems:
1) waterlily is actually placed above the water in air;
2) waterlily is generated on single dirt block with sand blocks around it;

Noticed it on:
MT 0.4.13-dev @ c406438
MT-Game @ 6f6d46d
Screenshot:
Image

Added github issue: https://github.com/minetest/minetest/issues/3734

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 22:33
by PilzAdam
Try disabling new_style_water.

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 22:39
by Fixerol
I've disabled it and it looks good now, looks like lilies are not working right with new_style_water = true

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 23:23
by paramat
It will be difficult to get waterlilies working correctly with new style or waving water.
I feel we should just remove the new style water feature, it's very MC and not necessary, water should be full cubes.

2) Latest MTGame has waterlily only placed in swampy (dirt) water.

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 23:27
by Fixerol
2) Latest MTGame has waterlily only placed in swampy (dirt) water.

I'm using latest one already, not sure if it is swampy here on screenshot :)

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 23:30
by paramat
Ah maybe it's a single dirt node created by biome-blend, i can see another blob of biome-blend behind.

Re: [0.4.13-dev][bug]Waterlily above water problem

PostPosted: Thu Oct 29, 2015 23:50
by Dragonop
Instead of "deleting" new_style_water, what about making a new water_source that contains the waterlily on top of it, as a texture? Then, when you dig it, a new water_source spawns in it's place, but you get a waterlily. Not sure if I'm explaining it right (or, if possible)