neuralgia/kubejs/assets/betterend/models/block/flammalix_4.json
Pyritie 87f9d0cf6d
More Better End plants (#1471)
* github pls

* add initial textures + blockstates

* models

* started writing up the blocks

* model adjustments, added item models and textures

* cleanup

* git moment
2025-07-28 23:33:10 +01:00

99 lines
No EOL
2.5 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "betterend:block/flammalix",
"particle": "betterend:block/flammalix"
},
"elements": [
{
"name": "stem_thick",
"from": [7.5, 0, 8.5],
"to": [9.5, 2, 10.5],
"faces": {
"north": {"uv": [6, 6, 8, 8], "texture": "#0"},
"east": {"uv": [7, 6, 9, 8], "texture": "#0"},
"south": {"uv": [6, 6, 8, 8], "texture": "#0"},
"west": {"uv": [7, 6, 9, 8], "texture": "#0"}
}
},
{
"name": "stem_upper",
"from": [8, 2, 9],
"to": [9, 5, 10],
"faces": {
"north": {"uv": [14, 4, 15, 7], "texture": "#0"},
"east": {"uv": [14, 4, 15, 7], "texture": "#0"},
"south": {"uv": [14, 4, 15, 7], "texture": "#0"},
"west": {"uv": [14, 4, 15, 7], "texture": "#0"}
}
},
{
"name": "cap_outside",
"from": [6, 3, 7],
"to": [11, 7, 12],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 5, 4], "texture": "#0"},
"east": {"uv": [0, 0, 5, 4], "texture": "#0"},
"south": {"uv": [0, 0, 5, 4], "texture": "#0"},
"west": {"uv": [0, 0, 5, 4], "texture": "#0"},
"down": {"uv": [0, 5, 5, 10], "texture": "#0"}
}
},
{
"name": "cap_inside",
"from": [11, 3, 7],
"to": [6, 7, 12],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 5, 4], "texture": "#0"},
"east": {"uv": [0, 0, 5, 4], "texture": "#0"},
"south": {"uv": [0, 0, 5, 4], "texture": "#0"},
"west": {"uv": [0, 0, 5, 4], "texture": "#0"},
"down": {"uv": [0, 5, 5, 10], "texture": "#0"}
}
},
{
"name": "bulb",
"from": [7, 5, 8],
"to": [10, 8, 11],
"shade": false,
"faces": {
"north": {"uv": [13, 0, 16, 3], "texture": "#0"},
"east": {"uv": [13, 0, 16, 3], "texture": "#0"},
"south": {"uv": [13, 0, 16, 3], "texture": "#0"},
"west": {"uv": [13, 0, 16, 3], "texture": "#0"},
"up": {"uv": [1, 6, 4, 9], "texture": "#0"},
"down": {"uv": [1, 6, 4, 9], "texture": "#0"}
}
},
{
"name": "bulb",
"from": [7, 2, 8],
"to": [10, 3, 11],
"shade": false,
"faces": {
"north": {"uv": [1, 4, 4, 5], "texture": "#0"},
"east": {"uv": [1, 4, 4, 5], "texture": "#0"},
"south": {"uv": [1, 4, 4, 5], "texture": "#0"},
"west": {"uv": [1, 4, 4, 5], "texture": "#0"},
"down": {"uv": [1, 6, 4, 9], "texture": "#0"}
}
}
],
"groups": [
{
"name": "medium",
"origin": [0, 0, 0],
"color": 0,
"children": [0, 1,
{
"name": "cap",
"origin": [8, 8, 8],
"color": 0,
"children": [2, 3]
}, 4, 5]
}
]
}