ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockGiantChestLarge.json

14 lines
287 B
JSON
Raw Normal View History

2016-06-27 20:19:04 +02:00
{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:blockGiantChestLarge",
2016-06-27 20:19:04 +02:00
"textures": {
"particle": "actuallyadditions:blocks/blockGiantChest"
2016-06-27 20:19:04 +02:00
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}