ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockOilGenerator.json
BootyToast 5fed8383fc New oil gen texture/model.
Top texture not finished.
Need canola press,oil and coal generators set up for on/off textures.
2016-08-14 05:40:08 -04:00

20 lines
407 B
JSON

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