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,7 +1,16 @@
{
"variants": {
"axis=y": { "model": "betterend:block/mossy_glowshroom_log" },
"axis=z": { "model": "betterend:block/mossy_glowshroom_log", "x": 90 },
"axis=x": { "model": "betterend:block/mossy_glowshroom_log", "x": 90, "y": 90 }
}
}
{
"variants": {
"axis=x": {
"model": "betterend:block/mossy_glowshroom_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/mossy_glowshroom_log"
},
"axis=z": {
"model": "betterend:block/mossy_glowshroom_log",
"x": 90
}
}
}