From 645b2944311fcf672cfa74e7612f58a706c12b8b Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 11 May 2024 11:22:41 -0500 Subject: Add craft recipes Uses items from default (MTG or DB should work, along with most other MTG-based games), mesecons, digilines (digilines I/O module only), and basic_materials. The mod is still usable in creative mode without any of these. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c60ef22..9b794e9 100644 --- a/init.lua +++ b/init.lua @@ -10,6 +10,7 @@ local components = { "fs1switch", "dispatcher", "decorations", + "crafts", } local integrations = { -- cgit v1.2.3