diff options
Diffstat (limited to 'src-99_fix-default-mods.patch')
-rw-r--r-- | src-99_fix-default-mods.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src-99_fix-default-mods.patch b/src-99_fix-default-mods.patch new file mode 100644 index 0000000..035e125 --- /dev/null +++ b/src-99_fix-default-mods.patch @@ -0,0 +1,26 @@ +--- a/data/mods/default.json ++++ b/data/mods/default.json +@@ -1,8 +1,18 @@ + [ +- "bn", +- "no_npc_food", +- "novitamins", ++ "bn", + "No_Rail_Stations", +- "no_reviving_zombies", +- "limit_fungal_growth" ++ "bn_restore_crows_turrets", ++ "martial_arts_update", ++ "bn_restore_removed_traits", ++ "bn_revert_handgun_damage_buff", ++ "armor_rebalance", ++ "recipe_fixes", ++ "faction_camp_recipe_expansion", ++ "packed_at4", ++ "caseless_crafting", ++ "grenade_crafting", ++ "survivorheadgear_crafting", ++ "hk_loadout", ++ "m26_mass", ++ "restore_reactor_core_expansion" + ] |