Update and improve cloud textures

This commit is contained in:
Sollace 2019-01-27 17:36:18 +02:00
parent f74c8bc2b9
commit 4b9d349639
10 changed files with 11 additions and 9 deletions

View file

@ -1,6 +1,7 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_column",
"textures": { "textures": {
"all": "unicopia:blocks/cloud_enchanted" "end": "unicopia:blocks/cloud_enchanted_top",
"side": "unicopia:blocks/cloud_enchanted"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"parent": "block/half_slab", "parent": "block/half_slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_enchanted", "bottom": "unicopia:blocks/cloud_enchanted_top",
"top": "unicopia:blocks/cloud_enchanted", "top": "unicopia:blocks/cloud_enchanted",
"side": "unicopia:blocks/cloud_enchanted" "side": "unicopia:blocks/cloud_enchanted"
} }

View file

@ -1,7 +1,7 @@
{ {
"parent": "block/half_slab", "parent": "block/half_slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_packed", "bottom": "unicopia:blocks/cloud_packed_top",
"top": "unicopia:blocks/cloud_packed", "top": "unicopia:blocks/cloud_packed",
"side": "unicopia:blocks/cloud_packed" "side": "unicopia:blocks/cloud_packed"
} }

View file

@ -1,6 +1,7 @@
{ {
"parent": "block/cube_all", "parent": "block/cube_column",
"textures": { "textures": {
"all": "unicopia:blocks/cloud_packed" "end": "unicopia:blocks/cloud_packed_top",
"side": "unicopia:blocks/cloud_packed"
} }
} }

View file

@ -2,7 +2,7 @@
"parent": "block/upper_slab", "parent": "block/upper_slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_enchanted", "bottom": "unicopia:blocks/cloud_enchanted",
"top": "unicopia:blocks/cloud_enchanted", "top": "unicopia:blocks/cloud_enchanted_top",
"side": "unicopia:blocks/cloud_enchanted" "side": "unicopia:blocks/cloud_enchanted"
} }
} }

View file

@ -2,7 +2,7 @@
"parent": "block/upper_slab", "parent": "block/upper_slab",
"textures": { "textures": {
"bottom": "unicopia:blocks/cloud_packed", "bottom": "unicopia:blocks/cloud_packed",
"top": "unicopia:blocks/cloud_packed", "top": "unicopia:blocks/cloud_packed_top",
"side": "unicopia:blocks/cloud_packed" "side": "unicopia:blocks/cloud_packed"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB