TripleTerrain (WIP)

This commit is contained in:
paulevsGitch 2021-03-11 03:55:14 +03:00
parent 311e5f3e4b
commit 9b464bcc06
12 changed files with 148 additions and 2 deletions

View file

@ -0,0 +1,22 @@
{
"variants": {
"shape=bottom": [
{ "model": "betterend:pattern/%block%" },
{ "model": "betterend:pattern/%block%", "y": 90 },
{ "model": "betterend:pattern/%block%", "y": 180 },
{ "model": "betterend:pattern/%block%", "y": 270 }
],
"shape=middle": [
{ "model": "betterend:pattern/%block%_middle" },
{ "model": "betterend:pattern/%block%_middle", "y": 90 },
{ "model": "betterend:pattern/%block%_middle", "y": 180 },
{ "model": "betterend:pattern/%block%_middle", "y": 270 }
],
"shape=top": [
{ "model": "betterend:pattern/%block%" },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 90 },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 180 },
{ "model": "betterend:pattern/%block%", "x": 180, "y": 270 }
]
}
}