Fixed lily pad particles

This commit is contained in:
Forstride 2018-04-28 01:05:46 -04:00
parent c454d7724f
commit c91a7f62f7
3 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/waterlily",
"particle": "biomesoplenty:blocks/lily_medium",
"texture": "biomesoplenty:blocks/lily_medium"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture" },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
}
]

View File

@ -1,15 +1,15 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/waterlily",
"particle": "biomesoplenty:blocks/lily_small",
"texture": "biomesoplenty:blocks/lily_small"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture" },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
}
]

View File

@ -1,15 +1,15 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/waterlily",
"particle": "biomesoplenty:blocks/lily_tiny",
"texture": "biomesoplenty:blocks/lily_tiny"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 }
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture" },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
}
}
]