diff options
Diffstat (limited to 'assets/minecraft/blockstates/polished_granite_slab.json')
| -rwxr-xr-x | assets/minecraft/blockstates/polished_granite_slab.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/polished_granite_slab.json b/assets/minecraft/blockstates/polished_granite_slab.json new file mode 100755 index 00000000..65996a55 --- /dev/null +++ b/assets/minecraft/blockstates/polished_granite_slab.json | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "type=bottom": { | ||
| 4 | "model": "minecraft:block/polished_granite_slab" | ||
| 5 | }, | ||
| 6 | "type=double": { | ||
| 7 | "model": "minecraft:block/polished_granite_slab_double" | ||
| 8 | }, | ||
| 9 | "type=top": { | ||
| 10 | "model": "minecraft:block/polished_granite_slab_top" | ||
| 11 | } | ||
| 12 | } | ||
| 13 | } \ No newline at end of file | ||