public static class DummyManagers.DummyFabricatorSmeltingManager extends DummyManagers.DummyCraftingProvider<IFabricatorSmeltingRecipe> implements IFabricatorSmeltingManager
| Constructor and Description |
|---|
DummyFabricatorSmeltingManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSmelting(net.minecraft.item.ItemStack resource,
net.minecraftforge.fluids.FluidStack molten,
int meltingPoint)
Add a smelting recipe to the Fabricator
|
addRecipe, recipes, removeRecipeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRecipe, recipes, removeRecipepublic void addSmelting(net.minecraft.item.ItemStack resource,
net.minecraftforge.fluids.FluidStack molten,
int meltingPoint)
IFabricatorSmeltingManageraddSmelting in interface IFabricatorSmeltingManagerresource - item to be melted downmolten - resulting fluidmeltingPoint - temperature at which the item melts. Glass is 1000, Sand is 3000.