NaturesAura/src/main/resources/assets/naturesaura/blockstates/decayed_leaves.json
2018-10-14 16:12:33 +02:00

14 lines
293 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:leaves",
"textures": {
"all": "naturesaura:blocks/decayed_leaves"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}