TripleTerrain (WIP)
This commit is contained in:
parent
311e5f3e4b
commit
9b464bcc06
12 changed files with 148 additions and 2 deletions
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue