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

19 lines
No EOL
497 B
JSON

{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/shadow_berry",
"texture": "betterend:block/shadow_berry",
"texture1": "betterend:block/shadow_berry_leaves"
},
"elements": [
{
"__comment": "PlaneY4",
"from": [ 0, 0.5, 0 ],
"to": [ 16, 0.501, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture1" }
}
}
]
}