peytonplayz585-shadow-3.0/desktopRuntime/resources/assets/minecraft/blockstates/hopper.json

10 lines
313 B
JSON
Raw Normal View History

2023-08-26 14:31:51 -07:00
{
"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 }
}
}