We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984dbb2 commit e5d2b27Copy full SHA for e5d2b27
src/main/java/gregtech/integration/exnihilo/recipes/ExNihiloRecipes.java
@@ -86,7 +86,7 @@ public static void registerExNihiloRecipes() {
86
builder.outputs(siftable.getDrop().getItemStack());
87
} else {
88
builder.chancedOutput(siftable.getDrop().getItemStack(),
89
- (int) (siftable.getChance() * (float) maxChance), 200);
+ (int) (siftable.getChance() * (float) maxChance), 500);
90
}
91
92
0 commit comments