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

20 lines
452 B
JSON
Raw Permalink Normal View History

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side": "actuallyadditions:blocks/blockOilGenerator",
"bottom": "actuallyadditions:blocks/blockOilGeneratorBottom",
"top": "actuallyadditions:blocks/blockOilGeneratorTop"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": {},
"1": {}
}
}
}