Files
meatballcraft/resources/thaumadditions/blockstates/materials/candyte_ore_minecraft_stone.json
T
2023-04-30 10:50:40 -07:00

21 lines
384 B
JSON

{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "base:ore",
"textures": {
"particle": "minecraft:blocks/stone",
"texture": "minecraft:blocks/stone",
"ore": "base:blocks/ore",
"ore_shadow": "base:blocks/ore_shadow"
}
},
"variants": {
"normal": [
{}
],
"inventory": [
{}
]
}
}