mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added enchanting
This commit is contained in:
parent
d222d5f683
commit
4dc1b420f5
12 changed files with 474 additions and 1 deletions
|
|
@ -152,6 +152,45 @@ extra.inventory_close=Inventory # {0} closed.
|
|||
extra.entity_disabled=§cEntities are currently not handled for that MC version.
|
||||
extra.entity_required=Please enable EntityHandling in the config file first.
|
||||
|
||||
# Enchantments
|
||||
Enchantment.Protection=Protection
|
||||
Enchantment.FireProtection=Fire Protection
|
||||
Enchantment.FeatherFalling=Feather Falling
|
||||
Enchantment.BlastProtection=Blast Protection
|
||||
Enchantment.ProjectileProtection=Projectile Protection
|
||||
Enchantment.Respiration=Respiration
|
||||
Enchantment.AquaAffinity=Aqua Affinity
|
||||
Enchantment.Thorns=Thorns
|
||||
Enchantment.DepthStrieder=Depth Strieder
|
||||
Enchantment.FrostWalker=Frost Walker
|
||||
Enchantment.BindingCurse=Curse of Binding
|
||||
Enchantment.SoulSpeed=Soul Speed
|
||||
Enchantment.Sharpness=Sharpness
|
||||
Enchantment.Smite=Smite
|
||||
Enchantment.BaneOfArthropods=Bane of Arthropods
|
||||
Enchantment.Knockback=Knockback
|
||||
Enchantment.FireAspect=Fire Aspect
|
||||
Enchantment.Looting=Looting
|
||||
Enchantment.Sweeping=Sweeping
|
||||
Enchantment.Efficency=Efficency
|
||||
Enchantment.SilkTouch=Silk Touch
|
||||
Enchantment.Unbreaking=Unbreaking
|
||||
Enchantment.Fortune=Fortune
|
||||
Enchantment.Power=Power
|
||||
Enchantment.Punch=Punch
|
||||
Enchantment.Flame=Flame
|
||||
Enchantment.Infinity=Infinity
|
||||
Enchantment.LuckOfTheSea=Luck of the Sea
|
||||
Enchantment.Lure=Lure
|
||||
Enchantment.Loyality=Loyality
|
||||
Enchantment.Impaling=Impaling
|
||||
Enchantment.Riptide=Riptide
|
||||
Enchantment.Channeling=Channeling
|
||||
Enchantment.Multishot=Multishot
|
||||
Enchantment.QuickCharge=Quick Charge
|
||||
Enchantment.Piercing=Piercing
|
||||
Enchantment.Mending=Mending
|
||||
Enchantment.VanishingCurse=Curse of Vanishing
|
||||
|
||||
[forge]
|
||||
# Messages from Forge handler
|
||||
|
|
@ -263,6 +302,13 @@ cmd.dig.no_block=No block at this location (Air)
|
|||
cmd.dig.dig=Attempting to dig block at {0} {1} {2} ({3})
|
||||
cmd.dig.fail=Failed to start digging block.
|
||||
|
||||
# Enchantment Command
|
||||
|
||||
cmd.enchant.invalid_slot=Invalid slot provided (Available: top, middle, bottom)!
|
||||
cmd.enchant.enchanting_table_not_opened=You must open a an enchanting table in order to use this option!
|
||||
cmd.enchant.clicked=Sent a click to the server, if you have enough levels and if you have placed the items in the correct slots it should enchant!
|
||||
cmd.enchant.not_clicked=Could not click!
|
||||
|
||||
# Entitycmd
|
||||
cmd.entityCmd.attacked=Entity attacked
|
||||
cmd.entityCmd.used=Entity used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue