Skip to content

Commit

Permalink
Fix BetterNether's Bone Spores not giving Bone Meal
Browse files Browse the repository at this point in the history
Addresses the bug reported in #368. The spores now have a 15% chance to
drop 1-2 bone meal which is a similar rate to the secondary products of
other crops like carrots.
  • Loading branch information
Darkhax committed Feb 10, 2024
1 parent 9967aa7 commit 71fb889
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"output": {
"item": "betternether:bone_mushroom"
}
},
{
"chance": 0.15,
"output": {
"item": "minecraft:bone_meal"
},
"minRolls": 1,
"maxRolls": 2
}
]
}

0 comments on commit 71fb889

Please sign in to comment.