Skip to content

Commit

Permalink
Fix config comment. (#133)
Browse files Browse the repository at this point in the history
* Update HardcoreRevivalConfigData.java

* Update HardcoreRevivalConfigData.java

---------

Co-authored-by: BlayTheNinth <[email protected]>
  • Loading branch information
ArduFish and BlayTheNinth authored Aug 11, 2024
1 parent e242406 commit 714c9e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class HardcoreRevivalConfigData implements BalmConfigData {
@Comment("If true, Hardcore Revival will not be active when playing alone in multiplayer.")
public boolean disableInLonelyMultiplayer = false;

@Comment("If true, Hardcore Revival will not be active when playing alone in multiplayer.")
@Comment("The damage sources that kill a player instantly, without a K.O. period.")
@ExpectedType(ResourceLocation.class)
public Set<ResourceLocation> instantDeathSources = Set.of(ResourceLocation.withDefaultNamespace("lava"));
}

0 comments on commit 714c9e3

Please sign in to comment.