peytonplayz585-shadow-4.0/desktopRuntime/resources/assets/minecraft/blockstates/ladder.json

9 lines
252 B
JSON
Raw Normal View History

2024-04-11 14:18:30 -07:00
{
"variants": {
"facing=north": { "model": "ladder" },
"facing=east": { "model": "ladder", "y": 90 },
"facing=south": { "model": "ladder", "y": 180 },
"facing=west": { "model": "ladder", "y": 270 }
}
}