mirror of
https://github.com/minetest-mods/technic.git
synced 2025-08-01 06:50:24 +02:00
Generators don't send items
This commit is contained in:
@ -91,11 +91,6 @@ function technic.register_generator(data)
|
||||
burn_time = burn_time - 1
|
||||
meta:set_int("burn_time", burn_time)
|
||||
end
|
||||
local tube_upgrade = 0, 0
|
||||
if data.tube then
|
||||
technic.handle_machine_pipeworks(pos, tube_upgrade)
|
||||
end
|
||||
|
||||
-- Burn another piece of fuel
|
||||
if burn_time == 0 then
|
||||
local inv = meta:get_inventory()
|
||||
|
Reference in New Issue
Block a user