techage/chemistry/recipes.lua
Joachim Stolberg 0ee5c82b49 reactor and doser prepared
sound bugfix for the power station turbine
2019-11-11 22:05:59 +01:00

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",
}
})