Skip to content

Commit

Permalink
fix: oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 17, 2025
1 parent 07beaec commit 253c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/zepalesque/redux/config/ReduxConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Server(ModConfigSpec.Builder builder) {
.define("Raw Ores", true);
gummy_swet_nerf = builder
.comment("Nerfs Gummy Swets and makes them craftable.")
.gameRestart()
.worldRestart()
.define("Gummy Swet Nerf", true);
builder.pop();
}
Expand Down

0 comments on commit 253c919

Please sign in to comment.