mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git
synced 2025-04-08 09:37:46 -07: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 }
|
|
}
|
|
}
|