modded7/overrides/resources/contenttweaker/models/item/ultimate_crafting_table.json

15 lines
277 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "contenttweaker:blocks/ultimate_crafting_table"
},
"model": "cube_all",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}