Fixed flowered lily break particle

This commit is contained in:
Forstride 2016-02-13 22:55:26 -05:00
parent ed38516355
commit 37aafee256
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
"variant=bluebells": { "model": "biomesoplenty:bluebells" }, "variant=bluebells": { "model": "biomesoplenty:bluebells" },
"variant=miners_delight": { "model": "biomesoplenty:miners_delight" }, "variant=miners_delight": { "model": "biomesoplenty:miners_delight" },
"variant=icy_iris": { "model": "biomesoplenty:icy_iris" }, "variant=icy_iris": { "model": "biomesoplenty:icy_iris" },
"variant=rose": { "model": "biomesoplenty:rose" }, "variant=rose": { "model": "biomesoplenty:rose" }
"variant=waterlily": { "model": "biomesoplenty:waterlily" }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"ambientocclusion": false, "ambientocclusion": false,
"textures": { "textures": {
"particle": "biomesoplenty:items/waterlily", "particle": "biomesoplenty:items/lily_flower",
"lilypad": "minecraft:blocks/waterlily", "lilypad": "minecraft:blocks/waterlily",
"flower": "biomesoplenty:blocks/waterlily" "flower": "biomesoplenty:blocks/waterlily"
}, },