PrismarineJS / PrismarineJS/minecraft-data
Wrong drop chance in block loot data
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 938
- Forks
- 294
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 23
Description
When you look up the drop chance for a apple to drop from oak leaves in the mcdata it says it has a drop chance of 1. Source: https://github.com/PrismarineJS/minecraft-data/blob/1b05f407fd82206ce190ff6f8cbccc2fe17247b1/data/pc/1.18/blockLoot.json#L6845
but in the game it is one out of 200. Source: https://minecraft.fandom.com/wiki/Apple
Is the drop chance wrong or is there some calculation i need to do to convert the data to the actual drop chance?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with data/pc/1.18/blockLoot.json around line 6845 and compare the apple entry with the linked Minecraft source. Determine whether the value is incorrect or requires a documented conversion; done means the data or its interpretation is clarified and the reported discrepancy is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100