Cherry/src/main/resources/assets/cherry/models/block/cherry_slab.json

8 lines
199 B
JSON
Raw Normal View History

2021-03-19 01:39:26 +00:00
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "cherry:block/cherry_planks",
"top": "cherry:block/cherry_planks",
"side": "cherry:block/cherry_planks"
}
}