ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_grinder_double.json

20 lines
520 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
2016-11-20 03:44:44 +01:00
"side": "actuallyadditions:blocks/block_grinder_double",
"bottom": "actuallyadditions:blocks/block_grinder_bottom",
"top": "actuallyadditions:blocks/block_grinder_top"
2016-11-17 20:23:18 +01:00
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"on": {
"true": { "textures": {"top": "actuallyadditions:blocks/block_grinder_on"} },
"false": {}
2016-11-17 20:23:18 +01:00
}
}
}