Files
meatballcraft/resources/contenttweaker/blockstates/crazed_marble.json
T
2023-11-04 16:52:08 -07:00

16 lines
332 B
JSON

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