Closed Qatavin closed 2 weeks ago
I've removed the prerequisites check entirely. I'd rather not have debug functions in the library. If it is useful, it can always be recreated as a separate mod. Or even added to Angel's Unit Test mod.
Spotted an issue with the new functions bobmods.lib.recipe.allow_productivity() and bobmods.lib.recipe.disallow_productivity(). Both are missing their argument. Should be (recipe_name).
Good catch! Thanks. Clearly I tested it thoroughly 🤦♂️
item-functions:
if not inputs.name then log("Ingredient name missing. Input may be in deprecated shorthand format.") end
function bobmods.lib.item.result has a similar issue.
error-functions:
module-functions:
technology-functions: