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

14 lines
260 B
JSON
Raw Normal View History

2016-01-08 20:51:03 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_all",
"textures": {
"all": "actuallyadditions:blocks/blockInputter"
},
"transform": "forge:default-block"
},
2016-01-08 20:51:03 +01:00
"variants": {
"normal": [{}],
"inventory": [{}]
2016-01-08 20:51:03 +01:00
}
}