Fixed leaves failing to render certain sides

This commit is contained in:
Adubbz 2015-04-08 22:50:42 +10:00
parent 3f8b64ec5e
commit 3a24ac037f
12 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_bamboo" "all": "biomesoplenty:blocks/leaves_bamboo"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_dark" "all": "biomesoplenty:blocks/leaves_dark"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_dead" "all": "biomesoplenty:blocks/leaves_dead"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_ethereal" "all": "biomesoplenty:blocks/leaves_ethereal"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_fir" "all": "biomesoplenty:blocks/leaves_fir"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_hellbark" "all": "biomesoplenty:blocks/leaves_hellbark"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_jacaranda" "all": "biomesoplenty:blocks/leaves_jacaranda"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_magic" "all": "biomesoplenty:blocks/leaves_magic"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_maple" "all": "biomesoplenty:blocks/leaves_maple"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_orange_autumn" "all": "biomesoplenty:blocks/leaves_orange_autumn"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_origin" "all": "biomesoplenty:blocks/leaves_origin"
} }

View File

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "block/leaves",
"textures": { "textures": {
"all": "biomesoplenty:blocks/leaves_yellow_autumn" "all": "biomesoplenty:blocks/leaves_yellow_autumn"
} }