From afb18daf619daf89760b3c718564b66aaac6eb5f Mon Sep 17 00:00:00 2001 From: Calic Date: Tue, 28 Jul 2026 10:42:20 +0000 Subject: [PATCH] =?UTF-8?q?feat(vagrant):=20v0.15.0=20stone-age=20slice=20?= =?UTF-8?q?=E2=80=94=20saw=5Fplanks=20property-constraint=20recipe=20(log?= =?UTF-8?q?=E2=86=924=20planks,=20cutting=20tool);=20crafting=20output-ali?= =?UTF-8?q?as=20for=20bw-compat=20icon=20resolvers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index ba68976..3b3c4d1 100644 --- a/init.lua +++ b/init.lua @@ -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,