neuralgia/kubejs/assets/betterend/blockstates/blue_vine_fur.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

10 lines
522 B
JSON

{
"variants": {
"facing=up": { "model": "betterend:block/blue_vine_fur" },
"facing=down": { "model": "betterend:block/blue_vine_fur", "x": 180 },
"facing=north": { "model": "betterend:block/blue_vine_fur", "x": 90 },
"facing=south": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 180 },
"facing=east": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 90 },
"facing=west": { "model": "betterend:block/blue_vine_fur", "x": 90, "y": 270 }
}
}