Files
meatballcraft/resources/contenttweaker/blockstates/materials/candyte_ore_minecraft_stone.json
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -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": [
{}
]
}
}