Textures update & compression
|
@ -1,16 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"shape=top": [
|
||||
{ "model": "betterend:block/tenanea_flowers_top_1" },
|
||||
{ "model": "betterend:block/tenanea_flowers_top_2" }
|
||||
],
|
||||
"shape=middle": [
|
||||
{ "model": "betterend:block/tenanea_flowers_middle_1" },
|
||||
{ "model": "betterend:block/tenanea_flowers_middle_2" }
|
||||
],
|
||||
"shape=bottom": [
|
||||
{ "model": "betterend:block/tenanea_flowers_bottom_1" },
|
||||
{ "model": "betterend:block/tenanea_flowers_bottom_2" }
|
||||
]
|
||||
"shape=top": { "model": "betterend:block/tenanea_flowers_middle" },
|
||||
"shape=middle": { "model": "betterend:block/tenanea_flowers_middle" },
|
||||
"shape=bottom": { "model": "betterend:block/tenanea_flowers_bottom" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:wave_glow_inc"
|
||||
}
|
||||
"defaultMap": {
|
||||
"spriteMap": [
|
||||
{
|
||||
"sprite": "betterend:block/tenanea_flowers",
|
||||
"material": "betterend:glow_all"
|
||||
},
|
||||
{
|
||||
"sprite": "betterend:block/tenanea_flowers_bottom",
|
||||
"material": "betterend:glow_all"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers_top",
|
||||
"stem": "betterend:block/tenanea_flowers_top_stem",
|
||||
"particle": "#texture"
|
||||
"flowers": "betterend:block/tenanea_flowers_bottom",
|
||||
"vine": "betterend:block/tenanea_flowers_stem_bottom",
|
||||
"particle": "#flowers"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
|||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
|||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -34,8 +34,8 @@
|
|||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -45,8 +45,8 @@
|
|||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" }
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion_tinted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers_bottom"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion_inverted_tinted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers_bottom"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers_top",
|
||||
"stem": "betterend:block/tenanea_flowers_top_stem",
|
||||
"particle": "#texture"
|
||||
"flowers": "betterend:block/tenanea_flowers",
|
||||
"vine": "betterend:block/tenanea_flowers_stem",
|
||||
"particle": "#flowers"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
|||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
|||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -34,8 +34,8 @@
|
|||
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -45,8 +45,8 @@
|
|||
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" }
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine" }
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion_tinted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion_inverted_tinted",
|
||||
"textures": {
|
||||
"texture": "betterend:block/tenanea_flowers"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 718 B |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 315 B |
After Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |