Package io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
package io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks
This package contains all the different implementations of
MultiBlockMachine
-
ClassDescriptionThe
AutomatedPanningMachine
is aMultiBlockMachine
that functions as a semi-automatic version of theGoldPan
andNetherGoldPan
.TheMakeshiftSmeltery
is a simpler version of theSmeltery
.TheOreCrusher
is aMultiBlockMachine
which allows you to double ores and crush some otherMaterials
into various resources.TheOreWasher
is a specialMultiBlockMachine
which allows you to turn Sifted Ore into ore dusts.TheSmeltery
is an upgraded version of theMakeshiftSmeltery
with the additional capabilities to createAlloyIngot
s and utilise anIgnitionChamber
.TheTableSaw
is an implementation of aMultiBlockMachine
that allows you to turn Logs into Wooden Planks.