From c91a7f62f767cfe0631556eeadd8f470c7f3fcf6 Mon Sep 17 00:00:00 2001 From: Forstride Date: Sat, 28 Apr 2018 01:05:46 -0400 Subject: [PATCH] Fixed lily pad particles --- .../assets/biomesoplenty/models/block/lily_medium.json | 6 +++--- .../assets/biomesoplenty/models/block/lily_small.json | 6 +++--- .../assets/biomesoplenty/models/block/lily_tiny.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/assets/biomesoplenty/models/block/lily_medium.json b/src/main/resources/assets/biomesoplenty/models/block/lily_medium.json index 31f733604..b7968791b 100644 --- a/src/main/resources/assets/biomesoplenty/models/block/lily_medium.json +++ b/src/main/resources/assets/biomesoplenty/models/block/lily_medium.json @@ -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" } } } ] diff --git a/src/main/resources/assets/biomesoplenty/models/block/lily_small.json b/src/main/resources/assets/biomesoplenty/models/block/lily_small.json index 4a809e5c2..1baf19757 100644 --- a/src/main/resources/assets/biomesoplenty/models/block/lily_small.json +++ b/src/main/resources/assets/biomesoplenty/models/block/lily_small.json @@ -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" } } } ] diff --git a/src/main/resources/assets/biomesoplenty/models/block/lily_tiny.json b/src/main/resources/assets/biomesoplenty/models/block/lily_tiny.json index d544d3efe..29cf77641 100644 --- a/src/main/resources/assets/biomesoplenty/models/block/lily_tiny.json +++ b/src/main/resources/assets/biomesoplenty/models/block/lily_tiny.json @@ -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" } } } ]