ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockgrinderdouble.json

20 lines
509 B
JSON
Raw Normal View History

2016-01-08 16:52:53 +01:00
{
"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"
},
2016-01-08 16:52:53 +01:00
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": {},
"1": { "textures": { "top": "actuallyadditions:blocks/blockgrinderon" } }
}
2016-01-08 16:52:53 +01:00
}
}