Skip to content

Commit e5d2b27

Browse files
committed
2 -> 5% extra chance
1 parent 984dbb2 commit e5d2b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/integration/exnihilo/recipes/ExNihiloRecipes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static void registerExNihiloRecipes() {
8686
builder.outputs(siftable.getDrop().getItemStack());
8787
} else {
8888
builder.chancedOutput(siftable.getDrop().getItemStack(),
89-
(int) (siftable.getChance() * (float) maxChance), 200);
89+
(int) (siftable.getChance() * (float) maxChance), 500);
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)