ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_black_lotus.json

22 lines
400 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"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"
}]
}
2016-11-17 20:23:18 +01:00
}