ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_black_lotus.json
2019-11-11 19:04:44 -05:00

22 lines
400 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cross",
"textures": {
"cross": "actuallyadditions:blocks/block_black_lotus"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{
"model": "builtin/generated",
"textures": {
"layer0": "actuallyadditions:blocks/block_black_lotus"
},
"transform": "forge:default-item"
}]
}
}