mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-10 20:50:22 +02:00
fixing luacheck
This commit is contained in:
parent
adddfa4d00
commit
f07932dbb2
@ -6,7 +6,6 @@ local tube_entry = "^pipeworks_tube_connection_wooden.png"
|
||||
|
||||
-- Original Definitions
|
||||
local old_barrel = table.copy(minetest.registered_items["mcl_barrels:barrel_closed"])
|
||||
local old_barrel_open_def = table.copy(minetest.registered_items["mcl_barrels:barrel_open"])
|
||||
|
||||
local groups = old_barrel.groups
|
||||
groups["tubedevice"] = 1
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
local old_furnace = table.copy(minetest.registered_nodes["mcl_furnaces:furnace"])
|
||||
local old_furnace_active = table.copy(minetest.registered_nodes["mcl_furnaces:furnace_active"])
|
||||
|
||||
local tube_entry = "^pipeworks_tube_connection_stony.png"
|
||||
|
||||
@ -59,7 +58,7 @@ local override = {
|
||||
end,
|
||||
input_inventory = "dst",
|
||||
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
|
||||
},
|
||||
},
|
||||
after_place_node = function(pos, placer, itemstack, pointed_thing)
|
||||
pipeworks.after_place(pos, placer, itemstack, pointed_thing)
|
||||
end,
|
||||
@ -120,7 +119,7 @@ override_active.tube = {
|
||||
input_inventory = "dst",
|
||||
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
|
||||
}
|
||||
|
||||
|
||||
|
||||
-- override
|
||||
minetest.override_item("mcl_furnaces:furnace", override)
|
||||
|
Loading…
x
Reference in New Issue
Block a user