Fixed lily pad particles
This commit is contained in:
parent
c454d7724f
commit
c91a7f62f7
3 changed files with 9 additions and 9 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue