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