Skip to content

Commit

Permalink
add jumpdrive:fleet_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 17, 2023
1 parent cc6fb55 commit 795e54a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nodes/jumpdrive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,19 @@ wrench.register_node("jumpdrive:engine", {
HV_EU_demand = wrench.META_TYPE_IGNORE
}
})

wrench.register_node("jumpdrive:fleet_controller", {
lists = {"main"},
metas = {
x = wrench.META_TYPE_INT,
y = wrench.META_TYPE_INT,
z = wrench.META_TYPE_INT,
owner = wrench.META_TYPE_STRING,
channel = wrench.META_TYPE_STRING,
infotext = wrench.META_TYPE_STRING,
formspec = wrench.META_TYPE_STRING,
active = wrench.META_TYPE_INT,
jump_index = wrench.META_TYPE_INT,
jump_list = wrench.META_TYPE_STRING
}
})

0 comments on commit 795e54a

Please sign in to comment.