Posted 23 April 2013 - 04:08 AM
I think it would be neat if a turtle could use an enchantment table to enchant tools in its inventory, or the equipped tool.
It would work something like this:
To balance this, enchanting would require a TON of fuel, as turtles can't really use xp.
Some uses:
- More damage in a mob farm
- Unbreaking (when tool durability is added)
- Fortune for a mining program
It would work something like this:
xpTable = peripheral.wrap("front")
xpTable.enchantEquipped(enchantment, level)
xpTable.enchant(slot,enchantment,level)
To balance this, enchanting would require a TON of fuel, as turtles can't really use xp.
Some uses:
- More damage in a mob farm
- Unbreaking (when tool durability is added)
- Fortune for a mining program