WIP: procedural models

This commit is contained in:
Aleksey 2020-10-08 17:59:29 +03:00
parent ea2a2778cb
commit fc919859fb
12 changed files with 385 additions and 3 deletions

View file

@ -0,0 +1,78 @@
{
"variants": {
"": [
{
"model": "betterend:block/flavolite"
},
{
"model": "betterend:block/flavolite",
"x": 90
},
{
"model": "betterend:block/flavolite",
"x": 180
},
{
"model": "betterend:block/flavolite",
"x": 270
},
{
"model": "betterend:block/flavolite",
"y": 90
},
{
"model": "betterend:block/flavolite",
"y": 90,
"x": 90
},
{
"model": "betterend:block/flavolite",
"y": 90,
"x": 180
},
{
"model": "betterend:block/flavolite",
"y": 90,
"x": 270
},
{
"model": "betterend:block/flavolite",
"y": 180
},
{
"model": "betterend:block/flavolite",
"y": 180,
"x": 90
},
{
"model": "betterend:block/flavolite",
"y": 180,
"x": 180
},
{
"model": "betterend:block/flavolite",
"y": 180,
"x": 270
},
{
"model": "betterend:block/flavolite",
"y": 270
},
{
"model": "betterend:block/flavolite",
"y": 270,
"x": 90
},
{
"model": "betterend:block/flavolite",
"y": 270,
"x": 180
},
{
"model": "betterend:block/flavolite",
"y": 270,
"x": 270
}
]
}
}