ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_grinder_double.json
2019-11-11 19:04:44 -05:00

20 lines
520 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side": "actuallyadditions:blocks/block_grinder_double",
"bottom": "actuallyadditions:blocks/block_grinder_bottom",
"top": "actuallyadditions:blocks/block_grinder_top"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"on": {
"true": { "textures": {"top": "actuallyadditions:blocks/block_grinder_on"} },
"false": {}
}
}
}