Pretty print update

This commit is contained in:
paulevsGitch 2020-09-27 01:11:35 +03:00
parent 4358767de7
commit f6a0f33a19
108 changed files with 2199 additions and 1006 deletions

View file

@ -1,10 +1,21 @@
{
"variants": {
"": [
{ "model": "betterend:block/end_moss" },
{ "model": "betterend:block/end_moss", "y": 90 },
{ "model": "betterend:block/end_moss", "y": 180 },
{ "model": "betterend:block/end_moss", "y": 270 }
{
"model": "betterend:block/end_moss"
},
{
"model": "betterend:block/end_moss",
"y": 90
},
{
"model": "betterend:block/end_moss",
"y": 180
},
{
"model": "betterend:block/end_moss",
"y": 270
}
]
}
}
}