Skip to content

Commit

Permalink
Make Default Fluids Config Require World Restart
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 24, 2024
1 parent 6b1c70a commit 399c979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/nomiceu/nomilabs/config/LabsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public static class Advanced {
"If multiple fluids with the same name match a resource location, the last one will be picked.",
"[default: ]"})
@Config.LangKey("config.nomilabs.advanced.default_fluids")
@Config.RequiresWorldRestart
public String[] defaultFluids = new String[0];

@Config.Comment({"List of Regex Patterns to ignore if they are included in the ITEM missing registry list.",
Expand Down

0 comments on commit 399c979

Please sign in to comment.