Skip to content

Commit 2c7df76

Browse files
Rebase master (#105)
* Added Dutch locale (#103) * Added Dutch locale * Update changelog.txt * Autotech 2.0 (#104) * Moved unused "fbreactor" recipe category to pyHT. * Adapt codebase to style required by autotech 2.0 * Migrate the internal name of the "quantum" technology to "space-science-pack". * Marked "organic-solvent2" as not the primary source for organic solvent in autotech. * Removed recipe.autotech_is_not_primary_recipe Replaced with `recipe.results[n].autotech_ignore` * Regenerate cache files. * Regenerate cache files. * Changelog * Rename autotech_ignore -> autotech_is_not_primary_source * Enforce linux-style line endings. * Regenerate cache files. * Regenerate cache files. --------- Co-authored-by: QatSquirrel <79841562+QatSquirrel@users.noreply.github.com>
1 parent 194c031 commit 2c7df76

25 files changed

+1221
-840
lines changed

cached-configs/pycoalprocessing+pyfusionenergy+pyhightech+pyindustry+pyrawores.lua

Lines changed: 367 additions & 453 deletions
Large diffs are not rendered by default.

cached-configs/pycoalprocessing+pyfusionenergy+pyhightech+pyindustry.lua

Lines changed: 300 additions & 338 deletions
Large diffs are not rendered by default.

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 3.0.17
3+
Date: ???
4+
Changes:
5+
- Remade tech tree with autotech 2.0. Science pack cost comparasion:
6+
- automation: n/a -> trigger
7+
- py1: 100 -> 100
8+
- logi: 360 -> 300
9+
- py2: 1300 -> 800
10+
- chem: 2000 -> 1400
11+
- py3: 2250 -> 1750
12+
- prod: 1750 -> 2250
13+
- py4: 2250 -> 3000
14+
- utility: 1500 -> 3300
15+
- space: 1000 -> 3600
16+
- phyrric: 3000 -> 8000
17+
- Migrated the internal name of the "quantum" technology to "space-science-pack".
18+
- Added Dutch locale
19+
---------------------------------------------------------------------------------------------------
220
Version: 3.0.16
321
Date: 2025-08-12
422
Changes:

data.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require "prototypes/technologies/phenol"
4545
require "prototypes/technologies/phosphorous-processing"
4646
require "prototypes/technologies/plastics"
4747
require "prototypes/technologies/propene"
48-
require "prototypes/technologies/quantum"
48+
require "prototypes/technologies/space-science-pack"
4949
require "prototypes/technologies/rare-earth-tech"
5050
require "prototypes/technologies/rayon"
5151
require "prototypes/technologies/re-magnet"

locale/de/locale.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ graphene=Graphen-Technologie
316316
quantum-processor=Nanotechnologie
317317
aerogel=Aerogel
318318
earnshaw-theorem=Earnshaw-Theorem
319-
quantum=Quanten-Computing
319+
space-science-pack=Quanten-Computing
320320
penrose=Penrose-Prozess
321321
nucleo=Nukleosynthese
322322

@@ -329,7 +329,7 @@ graphene=Ermöglicht die Herstellung vom Supermaterial Graphen.
329329
quantum-processor=Ermöglicht die Herstellung von Nanotechnologie.
330330
aerogel=Ermöglicht die Herstellung von Aerogel.
331331
earnshaw-theorem=Komplizierter physikalischer Effekt der Elektrodynamik.
332-
quantum=Ermöglicht den Bau von Quantencomputern. GOING QUANTUM!
332+
space-science-pack=Ermöglicht den Bau von Quantencomputern. GOING QUANTUM!
333333
nucleo=Ab hier wird es gefährlich! Achtung vor schwarzen Löchern!
334334
penrose=Die ultimative Energieerzeugung! MEHR ENERGIE!
335335

locale/en/locale.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ rare-earth-tech=Rare earth technology
406406
graphene=Graphene technology
407407
aerogel=Aerogel
408408
earnshaw-theorem=Earnshaw's theorem
409-
quantum=Quantum computing
409+
space-science-pack=Quantum computing
410410
penrose=The Penrose process
411411
nucleo=Nucleosynthesis
412412
ht-trains=High tech trains MK01
@@ -471,7 +471,7 @@ graphene=Unlock graphene technologies and production.
471471
quantum-processor=Unlock nanoscale components and technologies.
472472
aerogel=Unlock aerogel technology.
473473
earnshaw-theorem=Classic inverse-square magnetic forces by gravitational fields.
474-
quantum=Unlock quantum technologies and the quantum computer.
474+
space-science-pack=Unlock quantum technologies and the quantum computer.
475475
nucleo=Entering into a dangerous area.
476476
penrose=Ultimate energy that can be extracted from a rotating black hole.
477477
ht-trains=Unlocks the much more efficient nexelit powered trains.

0 commit comments

Comments
 (0)