10 lines
322 B
JSON
Executable File
10 lines
322 B
JSON
Executable File
{
|
|
"variants": {
|
|
"facing=down": { "model": "hopper_down" },
|
|
"facing=north": { "model": "hopper_side" },
|
|
"facing=south": { "model": "hopper_side", "y": 180 },
|
|
"facing=west": { "model": "hopper_side", "y": 270 },
|
|
"facing=east": { "model": "hopper_side", "y": 90 }
|
|
}
|
|
}
|