mv
This commit is contained in:
parent
52c1432f20
commit
db81ee44e2
4 changed files with 13 additions and 4 deletions
37
epoxy.lua
37
epoxy.lua
|
@ -1,37 +0,0 @@
|
|||
local util = require("data-util");
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "fluid",
|
||||
name = "epoxy",
|
||||
default_temperature = 25,
|
||||
heat_capacity = "0.1KJ",
|
||||
base_color = {r=0.90, g=0.95, b=0.90},
|
||||
flow_color = {r=0.90, g=1.00, b=0.90},
|
||||
icon = "__bzchlorine__/graphics/icons/epoxy.png",
|
||||
icon_size = 128,
|
||||
order = "a[fluid]-f[epoxy]",
|
||||
},
|
||||
})
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "recipe",
|
||||
name = "epoxy",
|
||||
results = {
|
||||
{type="fluid", name="epoxy", amount=10},
|
||||
{"salt", 1},
|
||||
},
|
||||
main_product = "epoxy",
|
||||
ingredients = {
|
||||
{type="fluid", name="chlorine", amount=10},
|
||||
{type="fluid", name="petroleum-gas", amount=10},
|
||||
},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
energy_required = 3,
|
||||
},
|
||||
})
|
||||
|
||||
util.add_unlock("plastics", "epoxy")
|
||||
util.add_prerequisite("plastics", "salt-processing")
|
Loading…
Add table
Add a link
Reference in a new issue