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

16 lines
402 B
JSON
Raw Normal View History

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