Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
This package contains any electric machines related to enchanting.
Prominent examples are the
AutoEnchanter
and
AutoDisenchanter
-
ClassDescriptionThe
AutoDisenchanter
, in contrast to theAutoEnchanter
, removesEnchantments
from a givenItemStack
and transfers them to a book.TheAutoEnchanter
, in contrast to theAutoDisenchanter
, addsEnchantments
from a given enchanted book and transfers them onto anItemStack
.Represents Book Binder, a machine that binds multiple enchantments books into one.