StaticcraftStaticlookupResolve a recipe id/keyword to a display view, or null.
StaticmintMint a drink from a completed manual build — the terminal-step
sibling of craft. Reverse-matches the accumulated buffer to a
recipe (generic mixed drink if none), derives the weakest-link
grade, fills the destination glass, and stamps it with the maker's
mark — reusing the one quality model (Grade +
CraftedMixin.stamp). The inputs were debited at pour-time, so this
does not re-consume. See CraftingLogic.mintFromBuild.
Staticoffered
Resolve a recipe against the maker's reachable inputs + tools at a fixed control level into a cloned, stamped output Thing, consuming the inputs. Returns a CraftOutcome; throws only on a programmatic conservation breach. See CraftingLogic.craft.