resent-1.8/desktopRuntime/resources/assets/minecraft/blockstates/hopper.json
ThisIsALegitUsername 98a62293f2 decompile eaglercraft
2022-12-27 18:59:46 +00:00

10 lines
322 B
JSON

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