ploof-pack/faithless/assets/minecraft/models/block/potted_bamboo.json

113 lines
3.9 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"flowerpot2": "block/flower_pot_hanging",
"vines": "block/flower_pot_bamboo",
"dirt": "block/podzol_top",
"bamboo": "block/bamboo_stalk",
"leaf": "block/bamboo_singleleaf"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [5, 0, 11, 6], "texture": "#flowerpot", "cullface": "down" },
"up": { "texture": "#flowerpot" },
"north": { "texture": "#flowerpot" },
"south": { "texture": "#flowerpot" },
"west": { "texture": "#flowerpot" },
"east": { "texture": "#flowerpot" }
}
},
{
"from": [6, 6, 6],
"to": [10, 5, 10],
"faces": {
"north": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"east": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"south": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"west": {"uv": [6, 12, 10, 11], "texture": "#flowerpot"},
"up": {"uv": [0, 0, 4, 4], "texture": "#dirt"}
}
},
{
"from": [2, -1.9, 2],
"to": [14, 6.1, 14],
"faces": {
"up": {"uv": [0, 0, 6, 6], "texture": "#vines", "cullface": "down"},
"down": {"uv": [1, 5, 7, 11], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [2, -13.9, 2],
"to": [14, 6.1, 14],
"faces": {
"north": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"east": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"south": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"},
"west": {"uv": [0, 6, 6, 16], "texture": "#vines", "cullface": "down"}
}
},
{
"from": [8, 6, 0],
"to": [8, 16, 16],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"west": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [0, 6, 8],
"to": [16, 16, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"},
"south": {"uv": [0, 0, 8, 5], "texture": "#flowerpot2", "cullface": "down"}
}
},
{
"from": [8, -13.85, -1.7],
"to": [8, 18.05, 17.7],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"east": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
"west": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
}
},
{
"from": [-1.7, -13.85, 8],
"to": [17.7, 18.05, 8],
"shade": false,
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13, 8]},
"faces": {
"north": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0},
"south": {"uv": [6, 0, 15, 16], "texture": "#vines", "cullface": "down", "tintindex": 0}
}
},
{ "from": [ 7, 0, 7 ],
"to": [ 9, 16, 9 ],
"faces": {
"up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" },
"north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" },
"south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" },
"west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" },
"east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }
}
},
{ "from": [ 0, 2, 8 ],
"to": [ 16, 18, 8 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" }
}
}
]
}