mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 06:24:29 +01:00
18 lines
1.2 KiB
JSON
18 lines
1.2 KiB
JSON
{
|
|
"variants": {
|
|
"facing=east,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 0 },
|
|
"facing=west,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 0, "y": 180 },
|
|
"facing=up,axis_along_first=false": { "model": "create:block/gauge/base", "x": 0, "y": 0 },
|
|
"facing=down,axis_along_first=false": { "model": "create:block/gauge/base", "x": 180, "y": 0 },
|
|
"facing=south,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 },
|
|
"facing=north,axis_along_first=false": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 },
|
|
|
|
"facing=east,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 0 },
|
|
"facing=west,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 90, "y": 180 },
|
|
"facing=up,axis_along_first=true": { "model": "create:block/gauge/base", "x": 0, "y": 90 },
|
|
"facing=down,axis_along_first=true": { "model": "create:block/gauge/base", "x": 180, "y": 90 },
|
|
"facing=south,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 90 },
|
|
"facing=north,axis_along_first=true": { "model": "create:block/gauge/base_wall", "x": 0, "y": 270 }
|
|
}
|
|
}
|