NaturesAura/src/main/resources/assets/naturesaura/blockstates/wood_stand.json

16 lines
381 B
JSON
Raw Normal View History

2018-10-16 11:49:30 +02:00
{
"forge_marker": 1,
"defaults": {
"model": "naturesaura:wood_stand",
"textures": {
"texture": "minecraft:blocks/log_oak",
"top": "minecraft:blocks/log_oak_top",
"particle": "#texture"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}