mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-21 22:55:06 +00:00
update to add some code for informatron.
This commit is contained in:
parent
869a612b72
commit
7c9fcbc6d4
10
data.lua
10
data.lua
@ -4,6 +4,12 @@ require("facilities")
|
||||
adamochemical = {}
|
||||
adamochemical.mixer = false
|
||||
|
||||
informatron_make_image (
|
||||
"adamo-chemical-image",
|
||||
"__adamo-chemical__/thumbnail.png",
|
||||
64,64
|
||||
)
|
||||
|
||||
data:extend({{
|
||||
type = "item-group",
|
||||
name = "adamo-chemical-group",
|
||||
@ -449,7 +455,7 @@ local concrete_recipe = {
|
||||
ingredients = {
|
||||
{"adamo-chemical-cement",5},
|
||||
{"stone",50},
|
||||
{type="fluid",name="water",amount=200}
|
||||
{type="fluid",name="water",amount=500}
|
||||
},
|
||||
results = {
|
||||
{"concrete",50}
|
||||
@ -469,7 +475,7 @@ local refined_concrete_recipe = {
|
||||
{"adamo-chemical-cement",5},
|
||||
{"stone",50},
|
||||
{"SiSi-quartz",10},
|
||||
{type="fluid",name="water",amount=200},
|
||||
{type="fluid",name="water",amount=500},
|
||||
},
|
||||
results = {
|
||||
{"refined-concrete",50}
|
||||
|
@ -43,3 +43,7 @@ adamo-chemical-mixer=Name of mixer entity
|
||||
|
||||
[fuel-category-name]
|
||||
sulfur=Sulfur
|
||||
|
||||
[adamo-chemical]
|
||||
title_adamo-chemical=Adamo Chemical
|
||||
page_adamo-chemical_text_1=Adamo chemical provides alternatve production chains for most chemical recipes made available by the vanilla game and your installed mods. Separate stone to access reatants for these processes. Smelt plates in blast furnaces for more reactants.
|
Loading…
Reference in New Issue
Block a user