Add threeden to required addons and vers to 1.56

This commit is contained in:
PabstMirror 2016-02-24 10:52:34 -06:00
parent 7cf912222b
commit 8cb1546569
2 changed files with 19 additions and 1 deletions

View File

@ -541,6 +541,24 @@ class CfgPatches {
"a3_weapons_f_vests",
"a3data",
"map_vr",
"3den",
"a3_anims_f_exp_a",
"a3_data_f_exp_a",
"a3_data_f_exp_a_virtual",
"a3_data_f_exp_b",
"a3_functions_f_exp_a",
"a3_language_f_exp_a",
"a3_missions_f_exp_a",
"a3_modules_f_exp_a",
"a3_props_f_exp_a",
"a3_props_f_exp_a_military",
"a3_props_f_exp_a_military_equipment",
"a3_sounds_f_exp_a",
"a3_sounds_f_mark",
"a3_structures_f_exp_a",
"a3_structures_f_exp_a_vr_blocks",
"a3_structures_f_exp_a_vr_helpers",
"a3_ui_f_exp_a",
"extended_eventhandlers", "cba_ui", "cba_xeh", "cba_xeh_a3", "cba_jr"
};
author[] = {ECSTRING(common,ACETeam)};

View File

@ -12,4 +12,4 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.54
#define REQUIRED_VERSION 1.56