ploof-pack/assets/minecraft/models/block/potted_red_mushroom.json

111 lines
3.8 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt",
"texture": "block/red_mushroom"
},
"elements": [
{
"__comment": "Box3",
"from": [ 4.75, 7.75, 4.75 ],
"to": [ 8.75, 9.75, 8.75 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 12, 9, 16, 13 ], "texture": "#texture" },
"north": { "uv": [ 16, 10, 12, 9 ], "texture": "#texture" },
"south": { "uv": [ 12, 12, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 12, 9, 13, 13 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 9, 15, 13 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 6, 3.25, 6 ],
"to": [ 7.5, 7.75, 7.5 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box3",
"from": [ 8, 6.5, 8 ],
"to": [ 11, 7.5, 11 ],
"faces": {
"down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture" },
"up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 16, 14, 13, 13 ], "texture": "#texture" },
"south": { "uv": [ 13, 15, 16, 16 ], "texture": "#texture" },
"west": { "uv": [ 13, 13, 14, 16 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 16, 13, 15, 16 ], "texture": "#texture", "rotation": 90 }
}
},
{
"__comment": "Box1",
"from": [ 9, 3.75, 9 ],
"to": [ 10, 6.75, 10 ],
"faces": {
"north": { "uv": [ 1, 1, 0, 0 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "rotation": 270 },
"east": { "uv": [ 1, 0, 0, 1 ], "texture": "#texture", "rotation": 90 }
}
},
{
"from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{
"from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}