-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.xml
More file actions
49 lines (43 loc) · 2.35 KB
/
main.xml
File metadata and controls
49 lines (43 loc) · 2.35 KB
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
<mod name="MCLib" author="Mako / Painday 2" global_key="MCLib" min_lib_ver="3.0">
<AssetUpdates id="36567" version="1.0" provider="modworkshop"/>
<Package file="packages/MCEnemies/add.xml" id="modpackages/MCEnemies"/>
<Package file="packages/Maps/mc_branchbank.xml" id="modpackages/mc_branchbank"/>
<Hooks directory="Hooks">
<hook file="faction/groupaitweakdata.lua" source_file="lib/tweak_data/groupaitweakdata"/>
<hook file="faction/copbase.lua" source_file="lib/units/enemies/cop/copbase"/>
<hook file="faction/charactertweakdata.lua" source_file="lib/tweak_data/charactertweakdata"/>
<hook file="weapons/blackmarketmanager.lua" source_file="lib/managers/blackmarketmanager"/>
<hook file="weapons/lootdroptweakdata.lua" source_file="lib/tweak_data/lootdroptweakdata"/>
<hook file="weapons/meleeweaponstweakdata.lua" source_file="lib/tweak_data/blackmarket/meleeweaponstweakdata"/>
<hook file="misc/assetstweakdata.lua" source_file="lib/tweak_data/assetstweakdata"/>
<hook file="misc/missionmanager.lua" source_file="lib/managers/missionmanager"/>
<hook file="setup.lua" source_file="lib/setups/gamesetup"/>
</Hooks>
<Achievements id="mc_branchbank_ach">
<achievement id="wood" rank="1"/>
<achievement id="stone" rank="1"/>
<achievement id="iron" rank="2"/>
<achievement id="gold" rank="2"/>
<achievement id="diamond" rank="3"/>
<achievement id="netherite" rank="4" hidden_achievement="true"/>
</Achievements>
<AddFiles directory="assets">
<font force="true" load="true" path="fonts/minecraft"/>
<texture force="true" load="true" path="fonts/minecraft"/>
<font force="true" load="true" path="fonts/minecraftia"/>
<texture force="true" load="true" path="fonts/minecraftia"/>
<font force="true" load="true" path="fonts/minecraftia_outline"/>
<texture force="true" load="true" path="fonts/minecraftia_outline"/>
<font force="true" load="true" path="fonts/minecraftia_shadow"/>
<texture force="true" load="true" path="fonts/minecraftia_shadow"/>
</AddFiles>
<Localization directory="Loc" default="english.txt">
<localization language="english" file="english.txt"/>
</Localization>
<Options auto_build_menu="true">
<options>
<merge_data area_bg="half"/>
<option type="bool" default_value="true" name="EnableWeapons"/>
</options>
</Options>
</mod>