3.3 KiB
3.3 KiB
2.8.0
- Export changedSlots computation to mineflayer (#102) (thanks @kaduvert)
- Ensure numberClick with same slots doesn't do anything (#103) (thanks @kaduvert)
- Fix broken behaviour with craftingResultSlots (#101) (thanks @kaduvert)
2.7.0
- 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])
2.6.1
- fix typo
2.6.0
- mcData to registry refactoring + anticipation of feature check refactoring
2.5.0
- Extend the events used for windows
2.4.4
- update mcdata
2.4.3
- fixed typescript typings
2.4.2
- Fixed Exporting correctly and better window typings (#49)
2.4.1
- revert avoid emitting references
2.4.0
- fix bug with emitting null items (@imharvol)
- add typings to containerType
- fix slot count for generic 3x3 containers
2.3.0
- Click API endpoints returns changedSlots array (@nickelpro)
2.2.1
- Avoid emitting references (@imharvol)
2.2.0
- make nbt the fifth parameter of finditemrange (thanks @U9G)
2.1.0
- Add clear function (thanks @U9G)
2.0.0
- Fix 1.16 wrong ids, add utility functions
- BREAKING: update event changed from
windowUpdate
toupdateSlot
1.6.0
- Add ability to find items by name (thanks @Naomi)
1.5.0
- 1.16.0 compat (thanks @DrakoTrogdor)
1.4.0
- typescript definitions (thanks @IdanHo)
1.3.0
- 1.15 support
1.2.0
bunch of changes by Karang :
- refactored
- more windows for both 1.14 and before
1.1.1
- fix for tossed item when crafted (thanks @karang)
1.1.0
- added support for villager trading windows (thanks @plexigras)
1.0.1
- bump mcdata
1.0.0
- bump dependencies
0.0.0
- Import from mineflayer