"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",
"textures": {
"under": "biomesoplenty:blocks/flowering_oak_leaves",
"over": "biomesoplenty:blocks/flowering_oak_leaves_overlay"
"leaves": "biomesoplenty:blocks/flowering_oak_leaves",
"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",
"textures": {
"particle": "#under"
"particle": "#leaves"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#under", "tintindex": 1 }
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"}
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "down"},
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "up"},
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "north"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "south"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "west"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#over", "cullface": "east"}
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"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