Skip to content

Commit

Permalink
tweak rates
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Nov 14, 2024
1 parent 9600b44 commit 5d4ff61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class VerdanceLootTableEvents {
private static final LootPoolEntry CANTALOUPE_SEEDS = ItemEntry.builder(VerdanceItems.CANTALOUPE_SEEDS)
.apply(SetCountLootFunction.builder(UniformLootNumberProvider.create(2.0f, 4.0f)))
.weight(10)
.weight(5)
.build();

public static void register() {
Expand Down

0 comments on commit 5d4ff61

Please sign in to comment.