"Fixed" Flowering Oak leaf model in Fast graphics

This commit is contained in:
Forstride 2019-08-04 23:34:08 -04:00
parent dffbbc8f1b
commit 859d9dd05d
5 changed files with 15 additions and 21 deletions

View File

@ -1,7 +1,7 @@
{ {
"parent": "biomesoplenty:block/leaves_overlay", "parent": "biomesoplenty:block/leaves_overlay",
"textures": { "textures": {
"under": "biomesoplenty:blocks/flowering_oak_leaves", "leaves": "biomesoplenty:blocks/flowering_oak_leaves",
"over": "biomesoplenty:blocks/flowering_oak_leaves_overlay" "overlay": "biomesoplenty:blocks/flowering_oak_leaves_overlay"
} }
} }

View File

@ -1,6 +0,0 @@
{
"parent": "block/leaves",
"textures": {
"all": "biomesoplenty:blocks/flowering_oak_leaves_fast"
}
}

View File

@ -1,29 +1,29 @@
{ {
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"particle": "#under" "particle": "#leaves"
}, },
"elements": [ "elements": [
{ "from": [ 0, 0, 0 ], { "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ], "to": [ 16, 16, 16 ],
"faces": { "faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }, "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }, "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }, "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"}
} }
}, },
{ "from": [ 0, 0, 0 ], { "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ], "to": [ 16, 16, 16 ],
"faces": { "faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "down"}, "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "up"}, "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "north"}, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "south"}, "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "west"}, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "east"} "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 }
} }
} }
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B