ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockGrinderDouble.json
Ellpeck d6bc78fffb Started work on forge block models.
Could still take a while though.
2016-05-02 22:16:58 +02:00

20 lines
509 B
JSON

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