From 7d20451de9c2b3bd81c56d80d9bdd1ac9cf46a48 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 8 May 2025 16:03:58 +1000 Subject: [PATCH] just enable the iron sticks recipe fixes #28 --- data-updates.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 data-updates.lua diff --git a/data-updates.lua b/data-updates.lua new file mode 100644 index 0000000..3f85abd --- /dev/null +++ b/data-updates.lua @@ -0,0 +1 @@ +data.raw.recipe["iron-stick"].enabled = true