mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add Mode switching command for AutoDrop (#1293)
* Add new command for AutoDrop * Minor imporvement for AutoDrop * Fix inventory update event passed a non-exist inventory ID * Minor improvement for AutoDrop
This commit is contained in:
parent
9169036893
commit
ec9f999857
3 changed files with 43 additions and 3 deletions
|
|
@ -385,6 +385,9 @@ bot.autoDrop.removed=Removed item {0}
|
|||
bot.autoDrop.not_in_list=Item not in the list
|
||||
bot.autoDrop.no_item=No item in the list
|
||||
bot.autoDrop.list=Total {0} in the list:\n {1}
|
||||
bot.autoDrop.switched=Switched to {0} mode.
|
||||
bot.autoDrop.unknown_mode=Unknwon mode. Available modes: Include, Exclude, Everything
|
||||
bot.autoDrop.no_mode=Cannot read drop mode from config. Using include mode.
|
||||
|
||||
# AutoFish
|
||||
bot.autoFish.throw=Threw a fishing rod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue