mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8-workspace.git
synced 2025-07-22 05:31:17 -09:00
11 lines
382 B
JSON
Executable File
11 lines
382 B
JSON
Executable File
{
|
|
"variants": {
|
|
"facing=down": { "model": "dropper_vertical", "x": 180 },
|
|
"facing=up": { "model": "dropper_vertical" },
|
|
"facing=north": { "model": "dropper" },
|
|
"facing=south": { "model": "dropper", "y": 180 },
|
|
"facing=west": { "model": "dropper", "y": 270 },
|
|
"facing=east": { "model": "dropper", "y": 90 }
|
|
}
|
|
}
|