This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Dlcruz129's profile picture

Turtle Enchantments

Started by Dlcruz129, 23 April 2013 - 02:08 AM
Dlcruz129 #1
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:
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
Lyqyd #2
Posted 23 April 2013 - 07:05 AM
Aside from the equipped tool, doesn't the XP turtle from MiscPeripherals do this?
Dlcruz129 #3
Posted 23 April 2013 - 12:33 PM
Aside from the equipped tool, doesn't the XP turtle from MiscPeripherals do this?

It does? I don't use MiscBugs. Well, I think the main use of this would be enchanting the equipped tool.
JJRcop #4
Posted 23 April 2013 - 04:25 PM
I thought the suggestion was to be able to enchant turtles to give them different buffs like speed and decreased fuel consumption.

But this is cool too.