vtk deep core
This commit is contained in:
parent
3e5376a743
commit
ad8a601182
3 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.1.1
|
||||||
|
Date: 2023-03-28
|
||||||
|
Fixes:
|
||||||
|
- VortiK Deep Core Mining compatibility: en locale strings
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Date: 2023-03-28
|
Date: 2023-03-28
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bzchlorine",
|
"name": "bzchlorine",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Salt & Chlorine",
|
"title": "Salt & Chlorine",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
[entity-name]
|
[entity-name]
|
||||||
salt=Salt
|
salt=Salt
|
||||||
|
|
||||||
|
salt-patch=Salt patch, require deep core mining equipment
|
||||||
|
|
||||||
[autoplace-control-names]
|
[autoplace-control-names]
|
||||||
salt=[item=salt] __ENTITY__salt__
|
salt=[item=salt] __ENTITY__salt__
|
||||||
|
|
||||||
|
@ -10,10 +12,14 @@ ferric-chloride=Ferric chloride
|
||||||
pcb=PCB
|
pcb=PCB
|
||||||
pcb-substrate=__ITEM__pcb__ Substrate
|
pcb-substrate=__ITEM__pcb__ Substrate
|
||||||
|
|
||||||
|
vtk-deepcore-mining-salt-chunk=Deep Core Salt Chunk
|
||||||
|
|
||||||
[item-description]
|
[item-description]
|
||||||
pcb=Printed circuit board
|
pcb=Printed circuit board
|
||||||
pcb-substrate=A board to etch circuits onto
|
pcb-substrate=A board to etch circuits onto
|
||||||
|
|
||||||
|
vtk-deepcore-mining-salt-chunk=Requires refining in a chemical plant to get useable salt from it.
|
||||||
|
|
||||||
[fluid-name]
|
[fluid-name]
|
||||||
chlorine=Chlorine
|
chlorine=Chlorine
|
||||||
epoxy=Epoxy
|
epoxy=Epoxy
|
||||||
|
@ -26,8 +32,11 @@ chlorine-processing=Chlorine processing
|
||||||
[technology-description]
|
[technology-description]
|
||||||
|
|
||||||
[recipe-name]
|
[recipe-name]
|
||||||
|
vtk-deepcore-mining-ore-chunk-refining-salt-focus=Salt Focused Deep Core ore chunk refining and sorting process, wasteful but focus yield on Salt chunk
|
||||||
|
vtk-deepcore-mining-salt-chunk-refining=Deep Core Salt chunk refining process
|
||||||
|
|
||||||
[recipe-description]
|
[recipe-description]
|
||||||
|
vtk-deepcore-mining-salt-chunk-refining=Sulfuric acid refining process of Deep Core Salt chunks into production-ready salt inside a chemical plant.
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue