Skip to content

Commit

Permalink
Add [digibuilder] support (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Dec 29, 2024
1 parent 597de83 commit 49c3b1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ local mods = {
"christmas",
"connected_chests",
"default",
"digibuilder",
"digilines",
"digiscreen",
"digistuff",
Expand Down
1 change: 1 addition & 0 deletions mod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ optional_depends = """
christmas,
default,
digtron,
digibuilder,
digilines,
digiscreen,
digistuff,
Expand Down
13 changes: 13 additions & 0 deletions nodes/digibuilder.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

-- Register wrench support for the digibuilder mod

wrench.register_node("digibuilder:digibuilder", {
lists = { "main" },
metas = {
channel = wrench.META_TYPE_STRING,
formspec = wrench.META_TYPE_IGNORE,
infotext = wrench.META_TYPE_IGNORE,
owner = wrench.META_TYPE_STRING,
},
})

0 comments on commit 49c3b1c

Please sign in to comment.