-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
52 lines (52 loc) · 1.66 KB
/
config.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
{
"botInfo": {
"ID": 1195952074861584514,
"localICCServer": [
629118014440079380,
1155016107963453462,
967600751985709066,
1203529312016400435
]
},
"locale": {
"defaultName": "en",
"localePath": "lang/"
},
"localGame": {
"language": {
"en": {
"fullName": "English",
"path": "gameAssets/localization/english_*.txt"
}
},
"texture": {
"texturePathFolder": "gameAssets/textures/blocks",
"texturePathFile": "gameAssets/block_textures.smp",
"blockIconFile": "gameAssets/block_zoo.png",
"blockIDFile": "gameAssets/block_id_.smp",
"iconLocationFile": "gameAssets/block_icons.smp",
"guidebookArrowFile": "gameAssets/textures/hud.png",
"guidebookArrowCordFile": "gameAssets/recipe_arrow_cord.smp",
"blockDefsFile": "gameAssets/blockdefs.cc",
"recipesFile": "gameAssets/recipes.smp",
"entitiesFile": "gameAssets/entities.smp",
"entityTexturePathFolder": "gameAssets/textures"
}
},
"TOKENPATH": "cred/client.env",
"cacheFolder": "cache/",
"logFolder": "cache/log",
"configPath": "config.json",
"infoPath":{
"devInfoPath": "json/devs.json",
"emojiInfoPath": "json/emoji.json",
"kwInfoPath": "json/kwlink.json",
"presenseInfoPath": "json/presense.json"
},
"recipeSetting": {
"recipeBackground": [50, 50, 50],
"recipeMarginY": 32,
"recipeMarginX": 64
},
"logConfigPath": "log-common.yaml"
}