eaglercraft-builds/EaglercraftX_1.8_Desktop_Runtime/resources/assets/minecraft/blockstates/hopper.json
2024-02-14 07:44:40 -08:00

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 }
}
}