VanillaPlus/temp/blockstates/vertical_smooth_sandstone_slab.json
2022-08-03 09:33:14 -04:00

9 lines
408 B
JSON

{
"variants": {
"facing=north": { "model": "block/smooth_sandstone_slab", "x": 90, "uvlock": true },
"facing=east": { "model": "block/smooth_sandstone_slab", "x": 90, "y": 90, "uvlock": true },
"facing=south": { "model": "block/smooth_sandstone_slab", "x": 90, "y": 180, "uvlock": true },
"facing=west": { "model": "block/smooth_sandstone_slab", "x": 90, "y": 270, "uvlock": true }
}
}