-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement FeatureElement extensions Implement saving/loading flag states to/from disk Add coloring to flag list command Remove ability to mark flags as enabled by default Add basic java docs Add parented element patches Extend test to actually implement a GameTest GameTest validates the following - flag can be enabled and disabled - all flagged elements match the expected enabled state register flagged block & entity type Add java doc to Flags Update deprecated comments Move flag manager events to NeoForgeEventHandler Migrate SavedData over to LevelAttachment Formatting Fix junit tests hanging Append enabled flags to crash reports Reapply Item and MobEffect patches Tear out old system Initial implementation of overhauled system Namespace the flags Remove old unneeded json file Fix data gen crashing Fix junit tests hanging in CI Update to use reference sets Reapply MobEffect patches Append modded feature flags to crash reports Add RequiredFlagsCondition to allow marking data files as requiring a set of flags
- Loading branch information
1 parent
0303531
commit ffde592
Showing
39 changed files
with
1,037 additions
and
48 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
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
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
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
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.