PrismarineJS / PrismarineJS/minecraft-data
Recursive 'itemstacks' definition
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 937
- Forks
- 294
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 23
Description
The definition of PE's 'itemstacks' type itself refers to 'itemstacks': https://github.com/PrismarineJS/minecraft-data/blob/4e9c6056ccb42379f6ff4c017504f26441edf992/data/pe/0.15/protocol.json#L316-L330
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 at data/pe/0.15/protocol.json lines 316-330 and inspect how the itemstacks definition refers to itself. Compare it with nearby protocol definitions to determine the intended non-recursive shape; done when the definition no longer self-references and the available data validation passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100