This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many updates for FS22 - one big UI change pending
- Loading branch information
Showing
16 changed files
with
211 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* _______ __ ______ __ __ | ||
| | |.-----.--| | | |--.-----.----.| |--.-----.----. | ||
| || _ | _ | ---| | -__| __|| <| -__| _| | ||
|__|_|__||_____|_____|______|__|__|_____|____||__|__|_____|__| */ | ||
|
||
// Mod File Parser - Conflict Mods | ||
|
||
// (c) 2021 JTSage. MIT License. | ||
|
||
/* | ||
These are mods that have often reported conflicts and | ||
we want to warn the user of that. | ||
This is really for the "big" or "common" conflicts. | ||
One-off oddities is a waste of maintainer time. | ||
2022 Version. | ||
*/ | ||
|
||
module.exports.conflictMods = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.