Support displaying caught items

This commit is contained in:
BruceChen 2022-10-17 17:42:00 +08:00
parent b949db57cf
commit bce2bc8b7f
6 changed files with 83 additions and 7 deletions

View file

@ -589,8 +589,9 @@ bot.autoDrop.no_inventory=Cannot find inventory {0}!
bot.autoFish.no_inv_handle=Inventory handling is not enabled. Cannot check rod durability and switch rods.
bot.autoFish.start=Fishing will start in {0:0.0} second(s).
bot.autoFish.throw=Casting successfully.
bot.autoFish.caught=Caught a fish! (Count: {0})
bot.autoFish.caught_at=Caught a fish at ({0:0.0},{1:0.0},{2:0.0})! (Count: {3})
bot.autoFish.caught=Retract the fishing rod. (Count: {0})
bot.autoFish.caught_at=Retract the fishing rod at ({0:0.0},{1:0.0},{2:0.0})! (Count: {3})
bot.autoFish.got=Fishing got {0}
bot.autoFish.no_rod=Current fishing rod is not available. Maybe broken or low durability?
bot.autoFish.despawn=Fish floating despawn, will re-cast.
bot.autoFish.fishing_timeout=Fishing timeout, will soon re-cast.