Fixed leaves failing to render certain sides
This commit is contained in:
parent
3f8b64ec5e
commit
3a24ac037f
12 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_bamboo"
|
"all": "biomesoplenty:blocks/leaves_bamboo"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_dark"
|
"all": "biomesoplenty:blocks/leaves_dark"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_dead"
|
"all": "biomesoplenty:blocks/leaves_dead"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_ethereal"
|
"all": "biomesoplenty:blocks/leaves_ethereal"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_fir"
|
"all": "biomesoplenty:blocks/leaves_fir"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_hellbark"
|
"all": "biomesoplenty:blocks/leaves_hellbark"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_jacaranda"
|
"all": "biomesoplenty:blocks/leaves_jacaranda"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_magic"
|
"all": "biomesoplenty:blocks/leaves_magic"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_maple"
|
"all": "biomesoplenty:blocks/leaves_maple"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"parent": "block/cube_all",
|
"parent": "block/leaves",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "biomesoplenty:blocks/leaves_origin"
|
"all": "biomesoplenty:blocks/leaves_origin"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue