feat(vagrant): v0.15.0 stone-age slice — saw_planks property-constraint recipe (log→4 planks, cutting tool); crafting output-alias for bw-compat icon resolvers

This commit is contained in:
Calic
2026-07-28 10:42:20 +00:00
parent b60364df84
commit afb18daf61

View File

@@ -313,6 +313,9 @@ function M.define_recipe(def)
inputs = inputs,
tools = tools,
outputs = outputs,
-- bw-compat alias: consumers (e.g. UI icon resolvers) that read
-- `recipe.output.template` keep working; points at the first output.
output = outputs[1],
name = def.name,
description = def.description,
is_known = is_known,