Skip to content

Commit

Permalink
refactor!: Add config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 25, 2023
1 parent 24e147e commit 562a946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static class Costs {

@Synced
@ExpectedType(String.class)
@Comment("")
@Comment("List of cost modifiers with comma-separated parameters in parentheses. Will be applied in order.")
public List<String> costModifiers = List.of(
"scaled_add_xp(distance, 0.01)",
"conditional_multiply_xp(source_is_warp_plate, 0)",
Expand Down

0 comments on commit 562a946

Please sign in to comment.