ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockgrinderdouble.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +01: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" } }
}
}
}