ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/block_grinder.json
2016-11-20 03:44:49 +01:00

20 lines
510 B
JSON

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