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, "ambientocclusion": false,
"textures": { "textures": {
"particle": "blocks/waterlily", "particle": "biomesoplenty:blocks/lily_medium",
"texture": "biomesoplenty:blocks/lily_medium" "texture": "biomesoplenty:blocks/lily_medium"
}, },
"elements": [ "elements": [
{ "from": [ 0, 0.25, 0 ], { "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ], "to": [ 16, 0.25, 16 ],
"faces": { "faces": {
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture" },
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture" }
} }
} }
] ]

View File

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

View File

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