summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-05-11 11:22:41 -0500
committercheapie <no-email-for-you@example.com>2024-05-11 11:22:41 -0500
commit645b2944311fcf672cfa74e7612f58a706c12b8b (patch)
tree39881a63a2b4d03021aa142094d1a117186ff314 /init.lua
parent6c908698d72cdac9fbc85a7e3d168fd3f431e2e3 (diff)
downloadcelevator-645b2944311fcf672cfa74e7612f58a706c12b8b.tar
celevator-645b2944311fcf672cfa74e7612f58a706c12b8b.tar.gz
celevator-645b2944311fcf672cfa74e7612f58a706c12b8b.tar.bz2
celevator-645b2944311fcf672cfa74e7612f58a706c12b8b.tar.xz
celevator-645b2944311fcf672cfa74e7612f58a706c12b8b.zip
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.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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 = {