From 72be60fa4c5284285dc6b17f3114734924330ce1 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS <161979+SwissalpS@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:49:06 +0100 Subject: [PATCH] Add [ehlphabet] support (#20) Co-authored-by: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> --- init.lua | 3 ++- mod.conf | 3 ++- nodes/ehlphabet.lua | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 nodes/ehlphabet.lua 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, + }, +}) +