Files
meatballcraft/resources/contenttweaker/blockstates/recursive_brain_plug.json
T
2025-04-30 16:35:13 +08:00

16 lines
346 B
JSON

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