address flux review

This commit is contained in:
unknown 2022-04-01 20:20:48 -04:00
parent 8e0b25fb2c
commit 96ccd29dd2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local def = table.copy(minetest.registered_nodes["default:furnace"])
local tube_entry = "^pipeworks_tube_connection_stony.png"
local groups = table.copy(def.groups)
local groups = def.groups
groups["tubedevice"] = 1
groups["tubedevice_receiver"] = 1
local groups_active = table.copy(groups)