Skip to content

Commit

Permalink
Merge pull request #10 from GTNewHorizons/QuickBeeDropFix
Browse files Browse the repository at this point in the history
20% instead of 0.00001% (lmao)
  • Loading branch information
Dream-Master authored Apr 27, 2022
2 parents b12577b + 1359133 commit 0901392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/magicbees/bees/BeeProductHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void initBaseProducts() {
.addProduct(new ItemStack(Items.chicken), 0.12f)
.addSpecialty(new ItemStack(Items.melon), 0.20f);
BATTY.addProduct(Config.combs.getStackForType(CombType.FURTIVE), 0.10f)
.addSpecialty(new ItemStack(Items.string), 0.00001f);
.addSpecialty(new ItemStack(Items.string), 0.20f);
CHICKEN.addProduct(Config.combs.getStackForType(CombType.FURTIVE), 0.23f)
.addSpecialty(new ItemStack(Items.feather), 0.08f)
.addSpecialty(new ItemStack(Items.egg), 0.08f);
Expand Down

0 comments on commit 0901392

Please sign in to comment.