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" } } } ]