PrismarineJS / PrismarineJS/minecraft-data
New data in minecraft-data
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 938
- Forks
- 294
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 25
Description
There's some more data that I think can go from mineflayer to minecraft-data :
- animationEvents / entityStatusEvents / spawnedObjectTypes / mobTypes https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/entities.js#L10 https://github.com/andrewrk/mineflayer/issues/207 https://github.com/PrismarineJS/minecraft-data/issues/11
- NAMED_ENTITY_HEIGHT / CROUCH_HEIGHT https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/entities.js#L5
- dimension_names https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/game.js#L3
- difficultyNames https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/game.js#L9
- gameModes https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/game.js#L46
- physics constants https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/physics.js#L16
- viewDistanceToBits https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/settings.js#L11
- armorSlots https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/simple_inventory.js#L9
- QUICK_BAR_COUNT and QUICK_BAR_START https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/simple_inventory.js#L6
- INVENTORY_SLOT_COUNT https://github.com/andrewrk/mineflayer/blob/master/lib/windows.js#L7
- windows https://github.com/andrewrk/mineflayer/blob/master/lib/windows.js#L22 : some change in mineflayer code needed for this, the data is at least : window names, inventorySlotStart
See what kind of .json this would go into.
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 by comparing the listed mineflayer entry points—lib/plugins/entities.js, game.js, physics.js, settings.js, simple_inventory.js, and windows.js—with the existing minecraft-data JSON organization. Decide which JSON files should contain each checklist item, account for the noted mineflayer changes for windows, and consider the work done when the listed data is represented in the appropriate format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100