-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathfs22-texture-schema.json
99 lines (99 loc) · 1.69 KB
/
fs22-texture-schema.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"name": "animalMud",
"count": 4
},
{
"name": "asphalt",
"count": 4,
"tags": { "highway": ["motorway", "trunk", "primary"] },
"width": 8,
"color": [70, 70, 70]
},
{
"name": "cobbleStone",
"count": 4
},
{
"name": "concrete",
"count": 4,
"tags": { "building": true },
"width": 8,
"color": [130, 130, 130]
},
{
"name": "concreteRubble",
"count": 4
},
{
"name": "concreteTiles",
"count": 4
},
{
"name": "dirt",
"count": 4
},
{
"name": "dirtDark",
"count": 2,
"tags": { "highway": ["unclassified", "residential", "track"] },
"width": 2,
"color": [33, 67, 101]
},
{
"name": "forestGround",
"count": 4,
"tags": { "landuse": "farmland" },
"color": [47, 107, 85]
},
{
"name": "forestGroundLeaves",
"count": 4
},
{
"name": "grass",
"count": 4,
"tags": { "natural": ["grassland", "scrub"] },
"width": 2
},
{
"name": "grassDirt",
"count": 4,
"tags": { "natural": ["wood", "tree_row"] },
"width": 2,
"color": [0, 252, 124]
},
{
"name": "gravel",
"count": 4,
"tags": { "highway": ["secondary", "tertiary", "road", "service"] },
"width": 4,
"color": [140, 180, 210]
},
{
"name": "groundBricks",
"count": 4
},
{
"name": "mountainRock",
"count": 4,
"tags": { "railway": true },
"width": 4,
"color": [100, 100, 100]
},
{
"name": "mountainRockDark",
"count": 4
},
{
"name": "riverMud",
"count": 4
},
{
"name": "waterPuddle",
"count": 0,
"tags": { "natural": "water", "waterway": true },
"width": 10,
"color": [255, 20, 20]
}
]