NaturesAura/src/main/resources/assets/naturesaura/blockstates/ancient_log.json
2018-10-13 23:46:30 +02:00

26 lines
567 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_column",
"textures": {
"end": "naturesaura:blocks/ancient_log_top",
"side": "naturesaura:blocks/ancient_log"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"axis": {
"y": {},
"z": {
"x": 90
},
"x": {
"x": 90,
"y": 90
},
"none": {}
}
}
}