Skip to content

Commit

Permalink
2 -> 5% extra chance
Browse files Browse the repository at this point in the history
  • Loading branch information
Irgendwer01 committed Dec 4, 2024
1 parent 984dbb2 commit e5d2b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static void registerExNihiloRecipes() {
builder.outputs(siftable.getDrop().getItemStack());
} else {
builder.chancedOutput(siftable.getDrop().getItemStack(),
(int) (siftable.getChance() * (float) maxChance), 200);
(int) (siftable.getChance() * (float) maxChance), 500);
}
}
}
Expand Down

0 comments on commit e5d2b27

Please sign in to comment.