ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockGrinder.json
2016-11-17 20:23:20 +01:00

20 lines
503 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side": "actuallyadditions:blocks/blockGrinder",
"bottom": "actuallyadditions:blocks/blockGrinderBottom",
"top": "actuallyadditions:blocks/blockGrinderTop"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": {},
"1": { "textures": { "top": "actuallyadditions:blocks/blockGrinderOn" } }
}
}
}