public interface IHygroregulatorManager extends ICraftingProvider<IHygroregulatorRecipe>
The manager is initialized at the beginning of Forestry's BaseMod.load() cycle. Begin adding recipes in BaseMod.ModsLoaded() and this shouldn't be null even if your mod loads before Forestry.
Accessible via RecipeManagers
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(net.minecraftforge.fluids.FluidStack resource,
int transferTime,
float tempChange,
float humidChange)
Add a recipe to the alveary hygroregulator and the habitatformer.
|
addRecipe, recipes, removeRecipevoid addRecipe(net.minecraftforge.fluids.FluidStack resource,
int transferTime,
float tempChange,
float humidChange)
resource - FluidStack containing information on fluid and amount.transferTime - The time between the removal of the fluid from the tank and the actual addition to the alveary climate.tempChange - The temperature change that this recipe causes in one work cycle.humidChange - The humidity change that this recipe causes in one work cycle.