Skip to content

Commit

Permalink
feat: disable bio-forge recipe progression in the configs by default …
Browse files Browse the repository at this point in the history
…(temporary measure until progression rework happens)
  • Loading branch information
Elenterius committed Feb 11, 2024
1 parent d74859b commit 48063c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public ServerConfig(ForgeConfigSpec.Builder builder) {

doBioForgeRecipeProgression = builder
.comment("Determines if the BioForge recipes need to be unlocked to be able to craft them")
.define("doBioForgeRecipeProgression", true);
.define("doBioForgeRecipeProgression", false);

builder.pop();

Expand Down

0 comments on commit 48063c0

Please sign in to comment.