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
This commit is contained in:
parent
a607627d98
commit
87f9d0cf6d
624 changed files with 13023 additions and 25 deletions
28
kubejs/assets/betterend/blockstates/ruscus.json
Normal file
28
kubejs/assets/betterend/blockstates/ruscus.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": [
|
||||
{ "model": "betterend:block/ruscus_1", "y": 180 },
|
||||
{ "model": "betterend:block/ruscus_2", "y": 180 },
|
||||
{ "model": "betterend:block/ruscus_3", "y": 180 },
|
||||
{ "model": "betterend:block/ruscus_4", "y": 180 }
|
||||
],
|
||||
"facing=south": [
|
||||
{ "model": "betterend:block/ruscus_1" },
|
||||
{ "model": "betterend:block/ruscus_2" },
|
||||
{ "model": "betterend:block/ruscus_3" },
|
||||
{ "model": "betterend:block/ruscus_4" }
|
||||
],
|
||||
"facing=east": [
|
||||
{ "model": "betterend:block/ruscus_1", "y": 270 },
|
||||
{ "model": "betterend:block/ruscus_2", "y": 270 },
|
||||
{ "model": "betterend:block/ruscus_3", "y": 270 },
|
||||
{ "model": "betterend:block/ruscus_4", "y": 270 }
|
||||
],
|
||||
"facing=west": [
|
||||
{ "model": "betterend:block/ruscus_1", "y": 90 },
|
||||
{ "model": "betterend:block/ruscus_2", "y": 90 },
|
||||
{ "model": "betterend:block/ruscus_3", "y": 90 },
|
||||
{ "model": "betterend:block/ruscus_4", "y": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue