forked from JBurlison/BDCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodInfo.json
67 lines (67 loc) · 1.66 KB
/
modInfo.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
[{
"name": "Pandaros.BDCraft",
"namepretty": "Pandaros' BDCraft Texture Pack",
"version": "0.1.0.4",
"enabled": true,
"marksgamemodded": true,
"compatibleversions": [
"0.8.0"
],
"jsonFiles": [{
"fileType": "addOrReplaceAudio",
"relativePath": "./Audio/audioFiles.json"
},
{
"index" : -99999,
"fileType": "addOrOverrideTextureMappingEntries",
"relativePath": "./texture_mapping.json"
},
{
"index" : -99999,
"fileType": "overrideTypeProperties",
"relativePath": "types.json"
},
{
"index" : -99999,
"fileType": "overrideTypeProperties",
"relativePath": "icon_mapping.json"
},
{
"albedo": "base_npc_albedo.png",
"fileType": "setColonistTextures",
"index": -99999,
"normal": "base_npc_normal.png",
"relativePath": "Textures/npc/",
"special": "base_npc_specu_emiss_smooth_mask.png"
},
{
"fileType": "generateBlocks",
"index": -99999,
"relativePath": "generateblocks.json"
},
{
"fileType": "addOrOverrideLocalization",
"relativePath": "localization/en-US/en-US.json",
"index": -99999
},
{
"fileType" : "addOrReplaceNPCTypes",
"index" : -99999,
"relativePath" : "npcTypes.json"
},
{
"fileType": "addOrReplaceNPCRecipes",
"relativePath": "stonemasonry.json",
"index": -99999,
"npcType": "pipliz.stonemason"
}
],
"website": "https://github.com/JBurlison/BDCraft",
"description": "Replaces in game textures and sounds with BD Craft textures.",
"patchnotes": [{
"version": "0.1.0.0",
"notes": [
"Initial Release"
]
}]
}]