- More click modes (with tests!) (#74) (thanks @kaduvert)
- Add command gh workflow allowing to use release command in comments (#98) (thanks @rom1504)
- fix (thanks @rom1504)
- Update to node 18.0.0 (#96) (thanks @rom1504)
- Bump @types/node from 18.16.13 to 20.2.1 (#95) (thanks @dependabot[bot])
- Fix slot layout for dispencer and droppers (#86) (thanks @IceTank)
- Change slots from Array to Array<Item | null> (#85) (thanks @yurei-dll)
- use registry.supportFeature (#82) (thanks @Epirito)
- Bump typed-emitter from 1.4.0 to 2.1.0 (#76) (thanks @dependabot[bot])
- fix typo
- mcData to registry refactoring + anticipation of feature check refactoring
- Extend the events used for windows
- update mcdata
- fixed typescript typings
- Fixed Exporting correctly and better window typings (#49)
- revert avoid emitting references
- fix bug with emitting null items (@imharvol)
- add typings to containerType
- fix slot count for generic 3x3 containers
- Click API endpoints returns changedSlots array (@nickelpro)
- Avoid emitting references (@imharvol)
- make nbt the fifth parameter of finditemrange (thanks @U9G)
- Add clear function (thanks @U9G)
- Fix 1.16 wrong ids, add utility functions
- BREAKING: update event changed from
windowUpdate
toupdateSlot
- Add ability to find items by name (thanks @Naomi)
- 1.16.0 compat (thanks @DrakoTrogdor)
- typescript definitions (thanks @IdanHo)
- 1.15 support
bunch of changes by Karang :
- refactored
- more windows for both 1.14 and before
- fix for tossed item when crafted (thanks @karang)
- added support for villager trading windows (thanks @plexigras)
- bump mcdata
- bump dependencies
- Import from mineflayer