Package io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
package io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
This package contains any electric machines related to automatic crafting tables.
-
ClassDescriptionThis is the abstract super class for our auto crafters.This class abstracts away from concrete recipes.The
ArmorAutoCrafter
is an implementation of theAbstractAutoCrafter
.TheEnhancedAutoCrafter
is an implementation of theAbstractAutoCrafter
.This extension of theAbstractAutoCrafter
allows you to implement anyRecipeType
.TheVanillaAutoCrafter
is an implementation of theAbstractAutoCrafter
.