Files
meatballcraft/resources/contenttweaker/blockstates/runic_ore.json
T
2024-02-04 10:54:55 -08:00

16 lines
324 B
JSON

{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/runic_ore",
"particle": "contenttweaker:blocks/runic_ore"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}