mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-28 20:00:27 +01:00
address flux review
This commit is contained in:
parent
8e0b25fb2c
commit
96ccd29dd2
@ -6,7 +6,7 @@ local def = table.copy(minetest.registered_nodes["default:furnace"])
|
|||||||
|
|
||||||
local tube_entry = "^pipeworks_tube_connection_stony.png"
|
local tube_entry = "^pipeworks_tube_connection_stony.png"
|
||||||
|
|
||||||
local groups = table.copy(def.groups)
|
local groups = def.groups
|
||||||
groups["tubedevice"] = 1
|
groups["tubedevice"] = 1
|
||||||
groups["tubedevice_receiver"] = 1
|
groups["tubedevice_receiver"] = 1
|
||||||
local groups_active = table.copy(groups)
|
local groups_active = table.copy(groups)
|
||||||
|
Loading…
Reference in New Issue
Block a user