ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_atomic_reconstructor.json

26 lines
713 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_atomic_reconstructor",
2016-11-17 20:23:18 +01:00
"textures": {
2016-11-20 03:44:44 +01:00
"particle": "actuallyadditions:blocks/block_atomic_reconstructor",
2016-11-17 20:23:18 +01:00
"down": "#particle",
"south": "#particle",
"east": "#particle",
"west": "#particle"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
2016-11-21 16:23:48 +01:00
"facing": {
"down": { "x" : 90 },
"up": { "x" : 270 },
"north": { "y" : 0 },
"south": { "y" : 180 },
"west": { "y" : 270 },
"east": { "y" : 90 }
2016-11-17 20:23:18 +01:00
}
}
}