Skip to content

Commit

Permalink
Code refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jan 9, 2023
1 parent e32ba99 commit 168436f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public IncreaseGameStage() {
.insertTo( this );

this.addConfig( DEFAULT_GAME_STAGE.name( "default_mode" ).comment( "Game stage set at the beginning of a new world." ) )
.addConfig( this.enteringAnyDimensionStartsExpertMode.name( "any_dimension_expert" )
.addConfig( this.enteringAnyDimensionStartsExpertMode
.name( "any_dimension_expert" )
.comment( "Determines whether any dimension should start Expert Mode (useful for integration with other mods)." )
).addConfig( this.expertMode.name( "ExpertMode" ).comment( "Determines what starts the Expert Mode." ) )
.addConfig( this.masterMode.name( "MasterMode" ).comment( "Determines what starts the Master Mode." ) );
Expand Down

0 comments on commit 168436f

Please sign in to comment.