
I'm not sure exactly how this could be implemented, but the two ways I imagined it being part of the API would be:
Code: Select all
{
type = "craft-item",
name = "iron-plate",
count = 5,
count_increase = 10
}
Code: Select all
{
type = "craft-item",
name = "iron-plate",
count_formula = "2^(L-3)*10"
}
