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

22 lines
476 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
2016-11-20 03:44:44 +01:00
"model": "actuallyadditions:block_laser_relay",
2016-11-17 20:23:18 +01:00
"textures": {
2016-11-20 03:44:44 +01:00
"particle": "actuallyadditions:blocks/models/model_laser_relay_item"
2016-11-17 20:23:18 +01:00
},
"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 }
}
}
}