Added a proper model for clover patches
This commit is contained in:
parent
459d5ad0d2
commit
e79e939e01
2 changed files with 60 additions and 3 deletions
|
@ -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": {
|
"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 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Binary file not shown.
After Width: | Height: | Size: 182 B |
Loading…
Reference in a new issue