Skip to content

Commit

Permalink
Update ConfigHolder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Rundas01 committed Oct 18, 2024
1 parent 9bd5d2a commit 8a6ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/common/ConfigHolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public static class RecipeOptions {
@Config.Comment({
"Whether to change the byproducts in Ore Processing from a chanced output for a full dust into a guaranteed output for tiny dusts. For example a 33% chance of getting a full dust would change into a 100% chance of getting 3 tiny dusts.",
"Default: false" })
public boolean deterministicOreProcessing = true;
public boolean deterministicOreProcessing = false;
}

public static class CompatibilityOptions {
Expand Down

0 comments on commit 8a6ef01

Please sign in to comment.