mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Added Enchanting Table ASCII Art.
Added ChatBot method for enchantments. Changed the how the list of enchantments looks, now looks cleaner + has Roman numbers. Added safe guards to the echant command.
This commit is contained in:
parent
4dc1b420f5
commit
c47add39a4
9 changed files with 277 additions and 88 deletions
|
|
@ -0,0 +1,22 @@
|
|||
╔═════════════════════════════════════╗
|
||||
║ Enchant ║
|
||||
║ ╔════════════════════╗ ║
|
||||
║ ║ Top ║ ║
|
||||
║ ╔═══╦═══╗ ╠════════════════════╣ ║
|
||||
║ ║ 0 ║ 1 ║ ║ Middle ║ ║
|
||||
║ ╚═══╩═══╝ ╠════════════════════╣ ║
|
||||
║ ║ Bottom ║ ║
|
||||
║ ╚════════════════════╝ ║
|
||||
║ Inventory ║
|
||||
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||
║║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║║
|
||||
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||
║║11 ║12 ║13 ║14 ║15 ║16 ║17 ║18 ║19 ║║
|
||||
║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
||||
║║20 ║21 ║22 ║23 ║24 ║25 ║26 ║27 ║28 ║║
|
||||
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||
║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
||||
║║29 ║30 ║31 ║32 ║33 ║34 ║35 ║36 ║37 ║║
|
||||
║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
||||
║ 1 2 3 4 5 6 7 8 9 ║
|
||||
╚═════════════════════════════════════╝
|
||||
Loading…
Add table
Add a link
Reference in a new issue