ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_oil_generator.json
2019-11-11 19:04:44 -05:00

20 lines
427 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:block_oil_generator",
"textures": {
"particle": "actuallyadditions:blocks/block_oil_generator"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"facing": {
"north": { "y" : 0 },
"south": { "y" : 180 },
"west": { "y" : 270 },
"east": { "y" : 90 }
}
}
}