mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Update and improve cloud textures
This commit is contained in:
parent
f74c8bc2b9
commit
4b9d349639
10 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"all": "unicopia:blocks/cloud_enchanted"
|
||||
"end": "unicopia:blocks/cloud_enchanted_top",
|
||||
"side": "unicopia:blocks/cloud_enchanted"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "unicopia:blocks/cloud_enchanted",
|
||||
"bottom": "unicopia:blocks/cloud_enchanted_top",
|
||||
"top": "unicopia:blocks/cloud_enchanted",
|
||||
"side": "unicopia:blocks/cloud_enchanted"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/half_slab",
|
||||
"textures": {
|
||||
"bottom": "unicopia:blocks/cloud_packed",
|
||||
"bottom": "unicopia:blocks/cloud_packed_top",
|
||||
"top": "unicopia:blocks/cloud_packed",
|
||||
"side": "unicopia:blocks/cloud_packed"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"all": "unicopia:blocks/cloud_packed"
|
||||
"end": "unicopia:blocks/cloud_packed_top",
|
||||
"side": "unicopia:blocks/cloud_packed"
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"parent": "block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "unicopia:blocks/cloud_enchanted",
|
||||
"top": "unicopia:blocks/cloud_enchanted",
|
||||
"top": "unicopia:blocks/cloud_enchanted_top",
|
||||
"side": "unicopia:blocks/cloud_enchanted"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"parent": "block/upper_slab",
|
||||
"textures": {
|
||||
"bottom": "unicopia:blocks/cloud_packed",
|
||||
"top": "unicopia:blocks/cloud_packed",
|
||||
"top": "unicopia:blocks/cloud_packed_top",
|
||||
"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 |
Loading…
Reference in a new issue