neuralgia/kubejs/assets/betterend/models/block/hydralux_flower_small_bottom.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

58 lines
No EOL
1.9 KiB
JSON

{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/hydralux_flower_bottom",
"texture": "betterend:block/hydralux_flower_bottom",
"petal_bottom": "betterend:block/hydralux_flower_bud_petal_bottom",
"petal_side": "betterend:block/hydralux_flower_bud_petal_side"
},
"elements": [
{
"__comment": "PlaneX1",
"from": [ 2.375, 0, 2.25 ],
"to": [ 2.376, 6, 18.25 ],
"rotation": { "origin": [ 2.375, 0, 2.25 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX1",
"from": [ 13.75, 0, 2.25 ],
"to": [ 13.751, 6, 18.25 ],
"rotation": { "origin": [ 13.75, 0, 2.25 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "Box3",
"from": [ 4, 6, 4 ],
"to": [ 12, 8, 12 ],
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#petal_bottom" },
"north": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
"south": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
"west": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" },
"east": { "uv": [ 4, 8, 12, 10 ], "texture": "#texture" }
}
},
{
"__comment": "Box4",
"from": [ 3, 8, 3 ],
"to": [ 13, 16, 13 ],
"shade": false,
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#petal_bottom" },
"north": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
"south": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
"west": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" },
"east": { "uv": [ 3, 8, 13, 16 ], "texture": "#petal_side" }
}
}
]
}