-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-materials.json
47 lines (47 loc) · 1.17 KB
/
project-materials.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://raw.githubusercontent.com/DaanV2/ChipToMinecraft.Net/master/schema/project.json",
"world": "./world",
"output": "./output-materials",
"options": {
"concurrency": 16,
"multi-thread": false,
"cache-chunks": true
},
"layers": [
{
"file": "./data/i4004-metal.bmp",
"start": [0, 20, 0],
"scale": 1,
"thickness": 4,
"block": { "id": "minecraft:iron_block", "states": [] }
},
{
"file": "./data/i4004-poly.bmp",
"start": [0, 6, 0],
"scale": 1,
"thickness": 4,
"block": { "id": "minecraft:waxed_copper", "states": [] }
},
{
"file": "./data/i4004-diffusion.bmp",
"start": [0, 1, 0],
"scale": 1,
"thickness": 4,
"block": { "id": "minecraft:gold_block", "states": [] }
},
{
"file": "./data/i4004-vias.bmp",
"start": [0, 0, 0],
"scale": 1,
"thickness": 24,
"block": { "id": "minecraft:netherite_block", "states": [] }
},
{
"file": "./data/i4004-contacts.bmp",
"start": [0, 0, 0],
"scale": 1,
"thickness": 10,
"block": { "id": "minecraft:oxidized_copper", "states": [] }
}
]
}