diff --git a/init.lua b/init.lua index 8535a88..f12e5ff 100644 --- a/init.lua +++ b/init.lua @@ -38,8 +38,9 @@ local mods = { "digistuff", "digtron", "drawers", - "fancy_vend", "easyvend", + "ehlphabet", + "fancy_vend", "jumpdrive", "locator", "mapserver", diff --git a/mod.conf b/mod.conf index 6fb5d6b..7e0b3bf 100644 --- a/mod.conf +++ b/mod.conf @@ -17,8 +17,9 @@ optional_depends = """ digiscreen, digistuff, drawers, - fancy_vend, easyvend, + ehlphabet, + fancy_vend, jumpdrive, locator, mapserver, diff --git a/nodes/ehlphabet.lua b/nodes/ehlphabet.lua new file mode 100644 index 0000000..3f928c0 --- /dev/null +++ b/nodes/ehlphabet.lua @@ -0,0 +1,10 @@ + +-- Register wrench support for the ehlphabet mod + +wrench.register_node("ehlphabet:machine", { + lists = { "input", "output" }, + metas = { + formspec = wrench.META_TYPE_IGNORE, + }, +}) +