Skip to content

Commit

Permalink
Add [ehlphabet] support (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Buckaroo Banzai <[email protected]>
  • Loading branch information
SwissalpS and BuckarooBanzay authored Dec 31, 2024
1 parent 2f4f3b7 commit 72be60f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ local mods = {
"digistuff",
"digtron",
"drawers",
"fancy_vend",
"easyvend",
"ehlphabet",
"fancy_vend",
"jumpdrive",
"locator",
"mapserver",
Expand Down
3 changes: 2 additions & 1 deletion mod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ optional_depends = """
digiscreen,
digistuff,
drawers,
fancy_vend,
easyvend,
ehlphabet,
fancy_vend,
jumpdrive,
locator,
mapserver,
Expand Down
10 changes: 10 additions & 0 deletions nodes/ehlphabet.lua
Original file line number Diff line number Diff line change
@@ -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,
},
})

0 comments on commit 72be60f

Please sign in to comment.