Releases: MrKinau/FishingBot
Releases · MrKinau/FishingBot
FishingBot v2.12.9
- support for 1.21.4
- add new language: Turkish (thx to HellPortal)
FishingBot v2.12.8
- support for 1.21.2 / 1.21.3
- fix rightclick command setting wrong held item slot
- support all inventories for automatic loot ejection fill adjacent chest (not just chests)
- add chunk batch acknowledgements to fix a bug which prevented the bot from fishing after teleporting
FishingBot v2.12.7
- rename 1.21.2 to 1.21.2 / 1.21.3
- add chunk batch acknowledgements to fix a bug which prevented the bot from fishing after teleporting
FishingBot v2.12.6
- fixes several item component client-server de-syncs
- support all inventories for automatic loot ejection fill adjacent chest (not just chests)
- fix rightclick command setting wrong held item slot
- rename PVN of 1.21 to 120 / 1.21.1
FishingBot v2.12.5
- support for 1.21.2
FishingBot v2.12.4
- fix 1.21 food ItemComponent
usingConvertsTo
not read - add support to handle ping packet in play state (adds better support for fabric modded servers)
- add item protocol id to modded item string (at least to be able to distinguish the items)
Feel free to report problems by creating an issue or joining the discord.
FishingBot v2.12.3
- support for 1.21
- load item data components by registry id instead of protocol id
- change packet id registry to load packet ids from packets.json (newly introduced in 1.21 and backported for all used packets)
- load enchantments from networked registry (1.21), this also supports custom enchantments
- allow changing look direction by server side teleportation
- allow combining fill ejection rule with auto sneak (quickly toggle sneak to be able to open container)
Feel free to report problems by creating an issue or joining the discord.
FishingBot v2.12.2
- fixed a packet id issue, which prevented the
Auto sneak
feature to work in 1.20.3+
Feel free to report problems by creating an issue or joining the discord.
FishingBot v2.12.1
- changed reading of entity data to re-use more code and be able to make changes more easily in the future
- also fixes #238
- renamed PVN 766 from 1.20.5 to 1.20.5 / 1.20.6
- add detection for hooked entities. The bot now detects if it's bobber got attached to an entity and stops fishing for a few seconds as well as print a warning in the console.
- fixed a packet id issue which prevent the bot from connecting any 1.15 server
Feel free to report problems by creating an issue or joining the discord.
FishingBot v2.12.0
- support for 1.20.5
- item names are now displayed using their correct display name instead of using the
minecraft:item_id
(or for legacy versions a weird uppercaseITEM_NAME
) - enchantments are now displayed using their correct enchantment name instead of showing the weird uppercase
ENCHANTMENT_NAME
- enchantments configured in
announces.discord.ping-on-enchantment.enchantments
are now using theminecraft:enchantment_id
(without theminecraft:
namespace), existing configs with the old format will be converted automatically - announced enchantments no longer display the level, if it's level 1 (e.g. Mending, instead of Mending I)
Due to the huge changes of the item format in 1.20.5, there may be some new bugs
Feel free to report problems by creating an issue or joining the discord.