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

28 lines
658 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube",
"textures": {
"particle": "actuallyadditions:blocks/blockBreaker",
"down": "#particle",
"up": "actuallyadditions:blocks/blockBreakerTop",
"south": "#particle",
"north": "actuallyadditions:blocks/blockBreakerFront",
"east": "#particle",
"west": "#particle"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "x" : 90 },
"1": { "x" : 270 },
"2": { "y" : 0 },
"3": { "y" : 180 },
"4": { "y" : 270 },
"5": { "y" : 90 }
}
}
}