ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blocklaserrelayextreme.json
Jakob Riepler 1e53014383 Rename all the assets
because someone thought forcing lowercase would be great
2016-11-16 21:49:51 +01:00

22 lines
474 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:blocklaserrelay",
"textures": {
"particle": "actuallyadditions:blocks/models/modellaserrelayextreme"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "x": 180 },
"1": {},
"2": { "x": 90 },
"3": { "x": 270 },
"4": { "x": 90, "y": 270 },
"5": { "x": 270, "y": 270 }
}
}
}