summaryrefslogtreecommitdiff
path: root/technic/technic/machines/register/compressor.lua
blob: 49830d7d15504246a5ec417ef9c287d453ccfada (plain)
1
2
3
4
5
6
7
8
9

local S = technic.getter

function technic.register_compressor(data)
	data.typename = "compressing"
	data.machine_name = "compressor"
	data.machine_desc = S("%s Compressor")
	technic.register_base_machine(data)
end