ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChest.json
2016-05-03 21:26:02 +02:00

16 lines
396 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side": "actuallyadditions:blocks/blockGiantChest",
"bottom": "actuallyadditions:blocks/blockGiantChestBottom",
"top": "actuallyadditions:blocks/blockGiantChestTop"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}