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

17 lines
No EOL
316 B
JSON

{
"textures": {
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneY1",
"from": [ 0, 0, 0 ],
"to": [ 16, 0.001, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}