diff --git a/build-scripts/get_all_mods.py b/build-scripts/get_all_mods.py index 1bd473299f718..6072b78d68031 100755 --- a/build-scripts/get_all_mods.py +++ b/build-scripts/get_all_mods.py @@ -11,8 +11,7 @@ mods_this_time = [] exclusions = [ - # #74443 - incompatibility between mindovermatter and aftershock due to bug - ('mindovermatter', 'aftershock') + # Tuple of (mod_id, mod_id) - these two mods will be incompatible ]