Skip to content

Commit

Permalink
Clear up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Dec 26, 2023
1 parent 9a8fbbd commit 41d3408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class LabsFixes {
public static final String DATA_NAME = LABS_MODID + ".fix_data";

/**
* In which nbt key the data is stored.Do not change this, although changing it will FORCE all fixes to be applied.
* In which nbt key the data is stored. Do not change this, although changing it will FORCE all fixes to be applied.
* Do this via another way. (This is better than changing the data name)
*/
public static final String DATA_KEY = "LabsFixer";
Expand Down

0 comments on commit 41d3408

Please sign in to comment.