blob: b0b97fc1d33c86409027465b07bfd4db0b1121aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_all"
},
"variants": {
"type": {
"cobalt": {
"textures": { "all": "tconstruct:blocks/block_cobalt" }
},
"ardite": {
"textures": { "all": "tconstruct:blocks/block_ardite" }
},
"manyullyn": {
"textures": { "all": "tconstruct:blocks/block_manyullyn" }
},
"knightslime": {
"textures": { "all": "tconstruct:blocks/block_knightslime" }
},
"pigiron": {
"textures": { "all": "tconstruct:blocks/block_pigiron" }
},
"alubrass": {
"textures": { "all": "tconstruct:blocks/block_alubrass" }
},
"silky_jewel": {
"textures": { "all": "tconstruct:blocks/block_silky_jewel" }
}
}
}
}
|