-
Notifications
You must be signed in to change notification settings - Fork 8
/
volex.ron
62 lines (62 loc) · 3.04 KB
/
volex.ron
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
(
voxels:{
12:(type_name:"TestCube",type_ch_name:"测试使用方块",default:(index:21,path:"textures/测试6.png"),normal:{
1:(index:16,path:"textures/测试1.png"),
2:(index:17,path:"textures/测试2.png"),
3:(index:18,path:"textures/测试3.png"),
4:(index:19,path:"textures/测试4.png"),
5:(index:20,path:"textures/测试5.png"),
0:(index:21,path:"textures/测试6.png"),
}),
11:(type_name:"AppleLeaf",type_ch_name:"苹果树叶子",default:(index:15,path:"textures/苹果叶子.png"),normal:{}),
10:(type_name:"AppleWood",type_ch_name:"苹果树原木",default:(index:13,path:"textures/苹果树A面.png"),normal:{
4:(index:14,path:"textures/苹果树B面.png"),
1:(index:14,path:"textures/苹果树B面.png"),
}),
9:(type_name:"BuleGrass",type_ch_name:"苍翠地",default:(index:12,path:"textures/苍翠侧面.png"),normal:{
4:(index:11,path:"textures/苍翠地.png"),
1:(index:1,path:"textures/003.png"),
}),
8:(type_name:"DryGrass",type_ch_name:"干草块",default:(index:9,path:"textures/干草侧面.png"),normal:{
4:(index:10,path:"textures/干草地.png"),
1:(index:1,path:"textures/003.png"),
}),
7:(type_name:"BaiscSton",type_ch_name:"基岩",default:(index:8,path:"textures/基岩.png"),normal:{}),
6:(type_name:"Sand",type_ch_name:"沙子",default:(index:7,path:"textures/沙子.png"),normal:{}),
5:(type_name:"Water",type_ch_name:"水",default:(index:6,path:"textures/水.png"),normal:{}),
4:(type_name:"Sown",type_ch_name:"雪方块",default:(index:5,path:"textures/雪.png"),normal:{}),
3:(type_name:"Grass",type_ch_name:"草方块",default:(index:4,path:"textures/grass_a.png"),normal:{
4:(index:3,path:"textures/草坪.png"),
1:(index:1,path:"textures/003.png"),
}),
1:(type_name:"Stone",type_ch_name:"岩石块",default:(index:0,path:"textures/002.png"),normal:{}),
2:(type_name:"Soli",type_ch_name:"土壤",default:(index:1,path:"textures/003.png"),normal:{})},
files:[
// 0
"textures/002.png",
"textures/003.png",
"textures/001.png",
"textures/草坪.png",
"textures/grass_a.png",
//5
"textures/雪.png",
"textures/水.png",
"textures/沙子.png",
"textures/基岩.png",
"textures/干草侧面.png",
// 10
"textures/干草地.png",
"textures/苍翠地.png",
"textures/苍翠侧面.png",
"textures/苹果树A面.png",
"textures/苹果树B面.png",
//15
"textures/苹果叶子.png",
"textures/测试1.png",
"textures/测试2.png",
"textures/测试3.png",
"textures/测试4.png",
//20
"textures/测试5.png",
"textures/测试6.png",
])