peytonplayz585-shadow-3.0/desktopRuntime/resources/assets/minecraft/blockstates/ladder.json
2023-08-26 16:31:51 -05:00

9 lines
244 B
JSON

{
"variants": {
"facing=north": { "model": "ladder" },
"facing=east": { "model": "ladder", "y": 90 },
"facing=south": { "model": "ladder", "y": 180 },
"facing=west": { "model": "ladder", "y": 270 }
}
}