diff --git a/src/main/resources/assets/biomesoplenty/models/block/cloverpatch.json b/src/main/resources/assets/biomesoplenty/models/block/cloverpatch.json index 61c304c40..0b880cb50 100644 --- a/src/main/resources/assets/biomesoplenty/models/block/cloverpatch.json +++ b/src/main/resources/assets/biomesoplenty/models/block/cloverpatch.json @@ -1,6 +1,63 @@ { - "parent": "biomesoplenty:block/flat_on_floor", + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "ambientocclusion": false, "textures": { - "texture": "biomesoplenty:blocks/cloverpatch" - } + "0": "biomesoplenty:blocks/cloverpatch", + "1": "biomesoplenty:blocks/cloverstem" + }, + "elements": [ + { + "name": "Clovers", + "from": [ 0.0, 4.0, 0.0 ], + "to": [ 16.0, 4.0, 16.0 ], + "faces": { + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "tintindex": 0 }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ], "tintindex": 0 } + } + }, + { + "name": "Stem 1", + "from": [ 4.0, 0.0, 4.0 ], + "to": [ 5.0, 4.0, 5.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 } + } + }, + { + "name": "Stem 2", + "from": [ 3.0, 0.0, 12.0 ], + "to": [ 4.0, 4.0, 13.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 } + } + }, + { + "name": "Stem 3", + "from": [ 11.0, 0.0, 11.0 ], + "to": [ 12.0, 4.0, 12.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 } + } + }, + { + "name": "Stem 4", + "from": [ 12.0, 0.0, 3.0 ], + "to": [ 13.0, 4.0, 4.0 ], + "faces": { + "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 }, + "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 4.0 ], "tintindex": 0 } + } + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/biomesoplenty/textures/blocks/cloverstem.png b/src/main/resources/assets/biomesoplenty/textures/blocks/cloverstem.png new file mode 100644 index 000000000..2ebb710e8 Binary files /dev/null and b/src/main/resources/assets/biomesoplenty/textures/blocks/cloverstem.png differ