Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IngredientCalculation(val inputs: MutableList<Container>, val intermediates: MutableList<Container>, var outputAmount: Double)
Link copied to clipboard
object IngredientCalculator
Used to recursively calculate raw material requirements and along products of items/fluids, supporting amount scaling
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Serves as a registry and container for recipes of a specific type.