some texture tweaks

This commit is contained in:
darkrose 2016-01-27 16:50:11 +10:00
parent c1427fd4d4
commit 9cf5666177
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -595,6 +595,8 @@ static int meshgen_check_plantlike_water(MeshMakeData *data, MapNode n, v3s16 p,
ignore[i] = true;
if (
nn.getContent() == CONTENT_WATERSOURCE
|| content_features(nn.getContent()).draw_type == CDT_DIRTLIKE
|| content_features(nn.getContent()).draw_type == CDT_CUBELIKE
|| (
(
content_features(nn.getContent()).draw_type == CDT_PLANTLIKE