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

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