Can I make an Enchantment table which can enchant to higher levels then 30?

Can I make an Enchantment table which can enchant to higher levels then 30? - Table with coffee machine near trash can in modern workspace

In Minecraft 1.9, End Cities spawn in the End. These End Cities contain Chests with various items, some of them enchanted. On the wiki I found out that the items may be enchanted to a random level from 20 to 39. By that they mean the level you enchant on in an Enchantment table (not Sharpness 30).

Can I get/give myself an Enchant table with a higher maximum enchantment level? If yes, how? I would really want it for my super-experimantal "survival" world.



Best Answer

I think this is not possible in minecraft any more, the only way would be, that you check if the player entchants something and put a higher entchantment level on it and take levels from him. But you would have to check for each item type and each entchandment combination.




Pictures about "Can I make an Enchantment table which can enchant to higher levels then 30?"

Can I make an Enchantment table which can enchant to higher levels then 30? - Book On A White Wooden Table
Can I make an Enchantment table which can enchant to higher levels then 30? - Books On The Table
Can I make an Enchantment table which can enchant to higher levels then 30? - Crop people clinking glasses over table



Can you get higher than level 30 enchantment table?

Sadly, it's impossible to enchant to higher levels than 30 on an enchantment table. In fact, it's only possible to get items enchanted with higher levels in the End Cities.

Can you enchant higher than level 30 in Minecraft?

According to the Minecraft Wiki article on enchanting, with full bookshelves, the max level is 50, so all further levels are pointless. While this is pretty straightforward, it's not too efficient to get to level 50 before enchanting, since experience yields diminishing returns.

How do you make a max level enchantment table?

Add Items to make an Enchanting Table. In the crafting menu, you should see a crafting area that is made up of a 3x3 crafting grid. To make an enchanting table, place 1 book, 2 diamonds, and 4 obsidian in the 3x3 crafting grid.



How to use Enchanting Table and get Level 30 Enchants guide - Minecraft




More answers regarding can I make an Enchantment table which can enchant to higher levels then 30?

Answer 2

No, sadly you can't. There are mods that allow you to make a special enchantment table with special and unique enchantments, but back in the days in the beta of Minecraft you could enchant with way more levels and you can use the /echant command.

Answer 3

Yes if only pure tools(or weaker, if you can list all possible tool existance that need to distingish) are allowed.

For example, to enchant a diamond sword with 35 levels:

  1. check whether it's a diamond sword testfor ... and user has 35 levels `testfor @s[lm=35]
  2. remove the user 35 levels xp @s -35L
  3. remove the item to enchant kill, setblock, etc.
  4. summon a dying mob which will drop/place a loot chest that contain, a diamond sword with level-35 enchant, using loot table

    { "pools":[ { "rolls":1, "entries":[ { "type":"item", "name":"diamond_sword", "functions":[ { "function":"enchant_with_levels", "treasure":false, "levels":35 } ] } ] } ] }

EDIT: To do such enchant to non-pure and too-many-possibility tools, as long as it's same tool, you can get a such tool enchanted and copy its enchantment to your tool execute if entity @e[tag=ench,limit=1,nbt={Item:{tags:{ench:[{id:32,lvl:1}]}}}] run enchant @s <32> 1

Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.

Images: Dayvison de Oliveira Silva, Ylanite Koppens, Ylanite Koppens, Rachel Claire