graphite, diamonds, graphene, fullerenes, etc

This commit is contained in:
Brevven 2021-12-24 03:51:13 -08:00
parent 17970eaa1d
commit b1b70b55e2
139 changed files with 1304 additions and 268 deletions

62
locale/en/carbon.cfg Normal file
View file

@ -0,0 +1,62 @@
[entity-name]
graphite=Graphite
[autoplace-control-names]
graphite=[item=flake-graphite] Graphite
[item-name]
flake-graphite=Flake graphite
graphite=Graphite
graphite-dust=Graphite dust
enriched-lead=Enriched lead
compressed-graphite=Compressed lead ore
diamond=Diamond
graphene=Graphene
fullerenes=Fullerenes
nanotubes=Nanotubes
carbon-black=Carbon black
[item-description]
flake-graphite=Can be processed into graphite
[technology-name]
graphite-processing=Graphite processing
synthetic-diamond-processing=Synthetic diamond processing
graphene=Graphene
fullerenes=Fullerenes
nanotubes=Carbon nanotubes
[technology-description]
graphite-processing=Process flake graphite into usable graphite
synthetic-diamond-processing=Process graphite into synthetic diamonds. Used for grinding, drilling, high tech electronics, etc.
graphene=A useful nanomaterial made from simple graphite
fullerenes=Isolate fullerenes by zapping carbon
nanotubes=A useful advanced material
[recipe-name]
graphite=__ITEM__graphite__
graphite-dust=__ITEM__graphite-dust__
synthetic-diamond=__ITEM__diamond__
graphene=__ITEM__graphene__
heavy-water-graphene=[fluid=heavy-water] with __ITEM__graphene__
fullerenes=__ITEM__fullerenes
nanotubes=__ITEM__nanotubes__
carbon-black=__ITEM__carbon-black__
graphite-carbon-black=__ITEM__graphite__ from __ITEM__carbon-black__
nanomaterial-nanotubes=__ITEM__se-nanomaterial__ from __ITEM__nanotubes__
[recipe-description]
graphite-carbon-black=Convert excess carbon black to graphite at a low ratio.
# Settings
[mod-setting-name]
bzcarbon-recipe-bypass=Bypass recipes
bzcarbon-enable-fullerenes=Enable fullerenes & nanotubes
bzcarbon-enable-carbon-black=Enable carbon black
[mod-setting-description]
bzcarbon-recipe-bypass=Skip modifying these recipes (comma-separated list).
bzcarbon-enable-fullerenes=Enable the fullerenes & nanotubes intermediate products.\nFullerenes are used primarily in bio-related things. Nanotubes for structures.
bzcarbon-enable-carbon-black=Enable carbon black byproduct. Primarily used to make plastics.

View file

@ -1,51 +0,0 @@
[entity-name]
lead-ore=Lead
lead-chest=Lead chest
[autoplace-control-names]
lead-ore=[item=lead-ore] Lead ore
[item-name]
lead-ore=Lead ore
lead-dust=Lead dust
lead-plate=Lead plate
lead-alloy=__ITEM__lead-plate__
enriched-lead=Enriched lead
lead-chest=Lead chest
compressed-lead-ore=Compressed lead ore
[item-description]
lead-ore=Can be smelted into lead plates
enriched-lead=Can be efficiently smelted into lead plates
[technology-name]
enriched-lead=Enriched Lead
lead-matter-processing=Lead conversion
[technology-description]
enriched-lead=Enrich lead ore, purifying with sulfuric acid [fluid=sulfuric-acid] and water [fluid=water], improving the final yield. Produce dirty water [fluid=dirty-water] as a byproduct.
[recipe-name]
enriched-lead=__ITEM__enriched-lead__
lead-plate=__ITEM__lead-plate__
smelt-compressed-lead-ore=__ITEM__lead-plate__
lead-dust=__ITEM__lead-dust__
dirty-water-filtration-lead=Filter dirty water [item=lead-ore]
bz-lead-ingot=Lead ingot
[recipe-description]
enriched-lead=Enrich lead ore, purifying with sulfuric acid [fluid=sulfuric-acid] and water [fluid=water], improving the final yield. Produce dirty water [fluid=dirty-water] as a byproduct.
dirty-water-filtration-lead=Filter dirty water, giving lead ore [item=lead-ore], copper ore [item=coppper-ore] and stone [item=stone] (probabilistically).
# Settings
[mod-setting-name]
bzlead-recipe-bypass=Bypass recipes
bzlead-more-entities=Lead entities
bzlead-sulfuric=Use lead in sulfuric acid. Default "yes". Use with care.
[mod-setting-description]
bzlead-recipe-bypass=Skip modifying these recipes (comma-separated list).
bzlead-more-entities=Adds lead entities (currently just a lead chest).
bzlead-sulfuric=Adds compatibility for old saves. Do NOT change to "no" for new saves. Will be removed (and always "yes") in 2022.