v0.17 with several bugfixes

This commit is contained in:
Joachim Stolberg 2020-07-16 18:37:40 +02:00
parent d131bbc93b
commit 96f8710980

View File

@ -16,11 +16,6 @@
local M = minetest.get_meta local M = minetest.get_meta
local S = techage.S local S = techage.S
local firebox = techage.firebox
local fuel = techage.fuel
local Pipe = techage.LiquidPipe
local liquid = techage.liquid
local CYCLE_TIME = 2 local CYCLE_TIME = 2
local PWR_NEEDED = 14 local PWR_NEEDED = 14
@ -166,6 +161,3 @@ techage.register_node({"techage:furnace_heater", "techage:furnace_heater_on"}, {
end end
end end
}) })
Pipe:add_secondary_node_names({"techage:furnace_heater", "techage:furnace_heater_on"})