21 lines
266 B
Lua
21 lines
266 B
Lua
|
--[[
|
||
|
|
||
|
TechAge
|
||
|
=======
|
||
|
|
||
|
Copyright (C) 2019 Joachim Stolberg
|
||
|
|
||
|
GPL v3
|
||
|
See LICENSE.txt for more information
|
||
|
|
||
|
TA4 Doser
|
||
|
|
||
|
]]--
|
||
|
|
||
|
recipes.add("ta4_doser", {
|
||
|
output = "techage:ta4_epoxy 3",
|
||
|
input = {
|
||
|
"techage:oil_source 2",
|
||
|
"basic_materials:oil_extract 1",
|
||
|
}
|
||
|
})
|