Files
BetterLeavesLite/base/assets/blossom/models/block/flowering_leaves.json
Martin Prokoph 9a53699677 compat: Blossom 🍎
2025-03-14 12:39:21 +01:00

45 lines
2.1 KiB
JSON

{ "parent": "block/block",
"textures": {
"particle": "#all"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "down" },
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "up" },
"north": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "north" },
"south": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "south" },
"west": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "west" },
"east": { "uv": [ 4, 4, 12, 12 ], "texture": "#all", "tintindex": 0, "cullface": "east" }
}
},
{ "from": [-5.5, -6, 15],
"to": [26.5, 22, 15],
"rotation": {"angle": 45, "axis": "y", "origin": [2, 0, 15]},
"faces": {
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
}
},
{ "from": [-7.98959, -6, 8.01041],
"to": [24.01041, 22, 8.01041],
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8.01041]},
"faces": {
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#flowers", "cullface": "east" }
}
}
]
}