-
Notifications
You must be signed in to change notification settings - Fork 23
/
changelog.txt
945 lines (845 loc) · 35.4 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
---------------------------------------------------------------------------------------------------
Version: 3.0.11
Date: 2024-12-28
Changes:
- Fixed a crash when pyAL not installed. Resolves https://github.com/pyanodon/pybugreports/issues/801
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2024-12-26
Changes:
- New icons for glass. Resolves https://github.com/pyanodon/pybugreports/issues/776
- Added a new chemical science recipe for molten lamp casting.
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-11-29
Changes:
- Fixed casting unit loader output always outputting to the left side of the belt.
---------------------------------------------------------------------------------------------------
Version: 3.0.8
Date: 2024-11-29
Changes:
- Fixed casting unit loader output not working in north or east facing directions.
---------------------------------------------------------------------------------------------------
Version: 3.0.7
Date: 2024-11-29
Changes:
- New graphics for sinter unit. Resolves https://github.com/pyanodon/pybugreports/issues/588
- The MIBC technology has been moved from logistics science to py science pack 2.
- [space-age] Decreased the base richness of quartz ore in order to account for the new scaling resource drain rate in the crystal mine.
- The casting unit now has an inbuilt loader. Works with belt stacking technologies.
Migration notice: Existing versions of this machine will not have the loader output and be marked with the (Legacy) tag. Remove this tag by simply mining the casting unit and re-building it.
- Adjusted the limestone recipe. Reduced speed by 4x and increased output by 4x. This is effectively the same recipe however the new ratio is more friendly to belt stacking with stack inserters.
---------------------------------------------------------------------------------------------------
Version: 3.0.6
Date: 2024-11-15
Changes:
- Salt mines no longer requires gas canisters can consume fuel directly.
- Greatly increased the fuel consumption of the salt mine from 800kW to 20MW.
- Increased the number of module slots in the salt mine 1 -> 5.
- Added light flicker effects to the salt mine.
- Diluted the effects of green modules on the salt mine by a factor of 9x.
---------------------------------------------------------------------------------------------------
Version: 3.0.5
Date: 2024-11-14
Changes:
- Fixed vechicle impact sounds were missing due to 2.0 migration.
---------------------------------------------------------------------------------------------------
Version: 3.0.4
Date: 2024-11-9
Changes:
- Native Flora now spoils into Native Floridaman.
---------------------------------------------------------------------------------------------------
Version: 3.0.3
Date: 2024-11-7
Changes:
- Made most crafting machines flippable
- Added Ukrainian translation (by bootseller)
---------------------------------------------------------------------------------------------------
Version: 3.0.2
Date: 2024-10-29
Changes:
- Fixed nuclear research technology.
- Improved the quality of the ores
---------------------------------------------------------------------------------------------------
Version: 3.0.1
Date: 2024-10-21
Changes:
- updated fertilizer internal name
---------------------------------------------------------------------------------------------------
Version: 3.0.0
Date: 2024-10-20
Changes:
- Reduced the stack size of mega drill heads from 100 to 5.
- allowed productivity modules in the improved ceramic recipe (https://github.com/pyanodon/pybugreports/issues/540)
- Misc. locale updates
- fixed some recipes outputting more steam than input water when using productivity modules
---------------------------------------------------------------------------------------------------
Version: 2.4.17
Date: 2024-6-28
Changes:
- Changed the name of lead dust to silver-lead dust.
- Nerfed big aluminium mine module slots to 1 to match other big mines
- Changed the alloy smelter description. (https://github.com/pyanodon/pybugreports/issues/535)
- Changed molten quartz 6 to use lithium peroxide instead of fuel rods
- Buffed nexelit pulp recipes
---------------------------------------------------------------------------------------------------
Version: 2.4.16
Date: 2024-6-3
Changes:
- Added circuit connectivity to big mines (credit: JStMorgan) (https://github.com/pyanodon/pybugreports/issues/415)
---------------------------------------------------------------------------------------------------
Version: 2.4.15
Date: 2024-3-24
Changes:
- Removed phosphate big mines from the productivity list (https://github.com/pyanodon/pybugreports/issues/425)
- Fixed some resources couldnt be disabled in map setup screen
---------------------------------------------------------------------------------------------------
Version: 2.4.14
Date: 2024-3-13
Changes:
- Fixed that low grade copper rejects didnt actually say they were copper
- Fixed the vanilla nuclear reactor glow effects didnt work with pys added fuel cells correctly
---------------------------------------------------------------------------------------------------
Version: 2.4.13
Date: 2024-1-19
Changes:
- Updated technology name locale so that ore processing tier names are as expected. for example: Iron processing - Stage 5
- fixed an error with missing uranium ore when used with angels mods
---------------------------------------------------------------------------------------------------
Version: 2.4.12
Date: 2024-1-8
Changes:
- added recipe subgroups for niobium and rare earths
---------------------------------------------------------------------------------------------------
Version: 2.4.11
Date: 2023-11-21
Changes:
- added decentralised PyPP cache file
- tweaked rail 2 recipe to use refined concrete instead of stone bricks
- fixed nexelit slurry was mislabeled as a gas
---------------------------------------------------------------------------------------------------
Version: 2.4.10
Date: 2023-9-3
Changes:
- deleted empty tech solder mk05
- nerfed xylenol recipe from tar
- buffed xylenol recipe from feetnol
---------------------------------------------------------------------------------------------------
Version: 2.4.9
Date: 2023-7-25
Changes:
- update chinese translation. credit sdqwo
---------------------------------------------------------------------------------------------------
Version: 2.4.8
Date: 2023-3-28
Changes:
- added hcl from boric acid recipe
- fixed crash when py fusion energy wasnt active
---------------------------------------------------------------------------------------------------
Version: 2.4.7
Date: 2023-1-31
Changes:
- Mining speed of nexelit mine reduced from 20/s -> 8/s
---------------------------------------------------------------------------------------------------
Version: 2.4.6
Date: 2023-1-5
Changes:
- Removed inital ammo recipe. You must now research gunpowder before crafting any ammo.
- Removed several plate to molten solder recipes
- Reduced the crushed quartz output from sand sorting
---------------------------------------------------------------------------------------------------
Version: 2.4.5
Date: 2022-12-19
Changes:
- rebalanced solder recipes.
- fixed double unlock for filtration media if pypetroleum handling and pyrawores are active.
---------------------------------------------------------------------------------------------------
Version: 2.4.4
Date: 2022-11-28
Changes:
- fixed double unlock for advanced foundry mk01.
---------------------------------------------------------------------------------------------------
Version: 2.4.3
Date: 2022-11-28
Changes:
- tweaks for gunpowder.
- changed basic steel recipe.
- gear casting buff.
- increased energy usuage of electric arc furnace.
---------------------------------------------------------------------------------------------------
Version: 2.4.2
Date: 2022-11-03
Changes:
- added russian translation.
- added night lights to several machines. basic oxygen furnace, aluminium,chromium, coal, copper, iron, lead, nexelit, nickel, phosphate, quartz, salt, tin, titanium, uranium, zinc mines.
- fixed sand classification had double unlock in seperation tech.
---------------------------------------------------------------------------------------------------
Version: 2.4.1
Date: 2022-10-20
Changes:
- adjustments to rock spawning
---------------------------------------------------------------------------------------------------
Version: 2.4.0
Date: 2022-10-14
Changes:
- nothing happened at all ever
---------------------------------------------------------------------------------------------------
Version: 2.2.7
Date: 2021-02-02
Changes:
- Changed the position of few recipes to eliminate the fluids tab.
- Updated russian locale.
---------------------------------------------------------------------------------------------------
Version: 2.2.6
Date: 2021-01-28
Changes:
- Fix crash when rawores was loaded without fusion energy due to missing lead container item.
---------------------------------------------------------------------------------------------------
Version: 2.2.5
Date: 2021-01-01
Changes:
- Moved nichrome-2 recipe to smelter.
---------------------------------------------------------------------------------------------------
Version: 2.2.4
Date: 2020-12-29
Changes:
- Moved hightech part casting recipes behind check for pyhightech.
---------------------------------------------------------------------------------------------------
Version: 2.2.3
Date: 2020-12-29
Changes:
- Moved some steps of stainless steel and super steel to the Smelter.
---------------------------------------------------------------------------------------------------
Version: 2.2.2
Date: 2020-12-10
Changes:
- Migration fix.
---------------------------------------------------------------------------------------------------
Version: 2.2.1
Date: 2020-12-09
Changes:
- Added smelter. Warning: All the alloys recipes will be moved to this new building.
---------------------------------------------------------------------------------------------------
Version: 2.2.0
Date: 2020-12-06
Changes:
- Fixed crash caused by hightech pipe casting recipe still being enabled when pyhightech was disabled.
---------------------------------------------------------------------------------------------------
Version: 2.1.13
Date: 2020-12-01
Changes:
- Removed vanilla bots.
- Tweak techs to adapt it.
---------------------------------------------------------------------------------------------------
Version: 2.1.12
Date: 2020-11-24
Changes:
- Updated to factorio version 1.1.
---------------------------------------------------------------------------------------------------
Version: 2.1.11
Date: 2020-11-20
Changes:
- Added new casting recipes.
---------------------------------------------------------------------------------------------------
Version: 2.1.10
Date: 2020-11-16
Changes:
- Removed sand casting from glass as that created a deadlock at game start.
---------------------------------------------------------------------------------------------------
Version: 2.1.9
Date: 2020-11-15
Changes:
- Added fuel glow colors for the different tiers of uranium fuel cells in the reactor.
- Removed sand casting from molten titanium and molten glass.
- Added sand casting to glass made from molten glass.
---------------------------------------------------------------------------------------------------
Version: 2.1.8
Date: 2020-10-10
Changes:
- Fixed that raw coal wasnt set to spawn in the start area and had a low probability of spawning at all.
---------------------------------------------------------------------------------------------------
Version: 2.1.7
Date: 2020-10-06
Changes:
- Update ore generation code.
- Updated factorio version to 1.0.
---------------------------------------------------------------------------------------------------
Version: 2.1.6
Date: 2020-08-26
Changes:
- Remove high grade to sintered recipes.
- Rebalanced chromite grade 3 to chromite sand.
- Adjusted sintered nexelit to molten nexelit to be in line with the rest.
- Adjusted and rebalanced tier 3 and 4 of raw coal processing to be better.
---------------------------------------------------------------------------------------------------
Version: 2.1.5
Date: 2020-08-13
Changes:
- rebalanced the rebalance of the chromium plate processing chains to give more plates per tier.
---------------------------------------------------------------------------------------------------
Version: 2.1.4
Date: 2020-08-13
Changes:
- Adjusted titanium overflow to need both processing chains to get the most plate per ore.
- rebalanced all of the chromium plate processing chains to give more plates per tier.
---------------------------------------------------------------------------------------------------
Version: 2.1.3
Date: 2020-08-09
Changes:
- Replaced jig mk01 electric engine unit with reqular engine units.
---------------------------------------------------------------------------------------------------
Version: 2.1.2
Date: 2020-08-09
Changes:
- Adjustments to iron pulp chain to not give less plates than previous tier processing.
- Adjusted sintered aluminium to molten.
- Tweaks to titanium processing 2 and 3 to fix first molten titanium stage giving less plates than previous tier.
- adjusted chromite pulp 7 to make less chromite sand to bring it into balance with next processing tier.
---------------------------------------------------------------------------------------------------
Version: 2.1.1
Date: 2020-07-06
Changes:
- Added missing locale keys for super steel p1,p2 and stainless p1-p3
- Corrected changelog to more accurately display not so slight nerf to iron
---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 2020-07-05
Changes:
- Reduced sand input in fine nexelit powder.
- Added molten glass.
- Rebalanced DDC raw coal to give more coal gas and tar.
- Added full molten processing for stainless and super steel.
- Slight buff to molten to iron sticks.
- Not so slight nerf to high grade iron from iron pulp 07.
- Not so slight nerf to unslimed iron to molten iron
---------------------------------------------------------------------------------------------------
Version: 2.0.9
Date: 2020-06-14
Changes:
- Fixed hot-air connection.
---------------------------------------------------------------------------------------------------
Version: 2.0.8
Date: 2020-06-14
Changes:
- Improved crafting time on some lead recipes.
- Added extra fluid boxes to casting units and BOFs.
- Added new solder recipes.
- Added extra rail recipe.
---------------------------------------------------------------------------------------------------
Version: 2.0.7
Date: 2020-04-23
Changes:
- Added casting recipes for some basic intermediate items
---------------------------------------------------------------------------------------------------
Version: 2.0.6
Date: 2020-04-13
Changes:
- Fixed names related to pycoal
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 2020-04-01
Changes:
- Added fuel values to flammable liquids for the glassworks
---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: ????
Changes:
- Modified all glass recipes to the new glassworks building.
- Small balance on copper.
- Cyanic acid buff
- Ammonia now required chromium
---------------------------------------------------------------------------------------------------
Version: 2.0.2
Date: 2020-03-14
Changes:
- Fix version
---------------------------------------------------------------------------------------------------
Version: 2.0.1
Date: 2020-03-14
Changes:
- Fixed Coke oulet gas tech.
- Secondary crushers now unlocks correctly.
- Nerf coke from red coke.
- When pyRO detected, the fawogae HPF recipe now outputs raw coal.
- Fixed leaching stations recipes.
- Balanced Lead
- Balanced Silver
---------------------------------------------------------------------------------------------------
Version: 1.9.9
Date: 2020-02-28
Changes:
- Adjusted robot sound volume
---------------------------------------------------------------------------------------------------
Version: 1.9.8
Changes:
- Removed dull crushing iron recipe when pyRO is enabled
---------------------------------------------------------------------------------------------------
Version: 1.9.7
Changes:
- Rebalanced mega-mines.
---------------------------------------------------------------------------------------------------
Version: 1.9.6
Changes:
- Fixed centrifugal pan
---------------------------------------------------------------------------------------------------
Version: 1.9.5
Changes:
- Fixed error related to stdlib 1.4.1 update
---------------------------------------------------------------------------------------------------
Version: 1.9.4
Changes:
- Balance nexelit
---------------------------------------------------------------------------------------------------
Version: 1.9.3
Changes:
- Sounds fix
---------------------------------------------------------------------------------------------------
Version: 1.9.2
Changes:
- Migration to 0.18
---------------------------------------------------------------------------------------------------
Version: 1.9.1
Changes:
- Fuelrods rebalanced
---------------------------------------------------------------------------------------------------
Version: 1.9.0
Changes:
- Fix
---------------------------------------------------------------------------------------------------
Version: 1.8.9
Changes:
- Added recipes to make syngas from hydrogen and CO2
---------------------------------------------------------------------------------------------------
Version: 1.8.8
Changes:
- Balanced the lead chain more
- Added molten recipe for Ag-Zn alloy if pyFE is active.
---------------------------------------------------------------------------------------------------
Version: 1.8.7
Changes:
- Fixed locale names of ores.
- Balanced more the lead chain
- Increased stack sizes for Mo and Nb.
---------------------------------------------------------------------------------------------------
Version: 1.8.6
Changes:
- Fixed an oppsie. Shouldn't error on resource depletion now
---------------------------------------------------------------------------------------------------
Version: 1.8.5
Changes:
- Ore processing redone for pyAL. Currently disabled by default til pyAL release
---------------------------------------------------------------------------------------------------
Version: 1.8.4
Changes:
- Nexelit technology remade.
---------------------------------------------------------------------------------------------------
Version: 1.8.3
Changes:
- Adaptations for pyHT
---------------------------------------------------------------------------------------------------
Version: 1.8.2
Changes:
- Mega mines now extract ores faster.
---------------------------------------------------------------------------------------------------
Version: 1.8.1
Changes:
- Rebalanced modules per machine tier.
---------------------------------------------------------------------------------------------------
Version: 1.8.0
Changes:
- More balances in sand use.
---------------------------------------------------------------------------------------------------
Version: 1.7.9
Changes:
- Fixed nitrogen loop
---------------------------------------------------------------------------------------------------
Version: 1.7.8
Changes:
- Fixed locale
---------------------------------------------------------------------------------------------------
Version: 1.7.7
Changes:
- Hydrogen Chloride recipe now have a probability to return the lamp.
---------------------------------------------------------------------------------------------------
Version: 1.7.5
Changes:
- Chromium can be made at small quantities from sand now.
---------------------------------------------------------------------------------------------------
Version: 1.7.4
Changes:
- Fixed lead.
---------------------------------------------------------------------------------------------------
Version: 1.7.3
Changes:
- Fixed lead.
---------------------------------------------------------------------------------------------------
Version: 1.7.2
Changes:
- Fixed lead.
---------------------------------------------------------------------------------------------------
Version: 1.7.1
Changes:
- Version
---------------------------------------------------------------------------------------------------
Version: 1.7.0
Changes:
- Realocated nexelit requierements tech tree.
---------------------------------------------------------------------------------------------------
Version: 1.6.9
Changes:
- Adaptations
---------------------------------------------------------------------------------------------------
Version: 1.6.8
Changes:
- Fixed tech tree.
---------------------------------------------------------------------------------------------------
Version: 1.6.7
Changes:
- Added commands to allow unlock MK levels on pyFE, if detected.
---------------------------------------------------------------------------------------------------
Version: 1.6.6
Changes:
- Rebalanced Molybdenum requierements for super steel.
---------------------------------------------------------------------------------------------------
Version: 1.6.5
Changes:
- Cosmetic changes.
---------------------------------------------------------------------------------------------------
Version: 1.6.4
Changes:
- Cosmetic changes.
- Rebalanced sinter units.
---------------------------------------------------------------------------------------------------
Version: 1.6.3
Changes:
- Removed hability to add modules in buildings recipes.
---------------------------------------------------------------------------------------------------
Version: 1.6.2
Changes:
- Balances for ground-borer recipes.
---------------------------------------------------------------------------------------------------
Version: 1.6.1
Changes:
- Balances for glass and aluminium
---------------------------------------------------------------------------------------------------
Version: 1.6.0
Changes:
- Update for DRP building now unlocked on mining machines MK03.
---------------------------------------------------------------------------------------------------
Version: 1.5.9
Changes:
- Some pa recipes balances.
---------------------------------------------------------------------------------------------------
Version: 1.5.8
Changes:
- Stainles steel now required for chemical science pack and control units.
---------------------------------------------------------------------------------------------------
Version: 1.5.7
Changes:
- Rebalanced some advanced versions of buildings.
- Fixed phosphine gas recipe.
---------------------------------------------------------------------------------------------------
Version: 1.5.6
Changes:
- Lots of balances
---------------------------------------------------------------------------------------------------
Version: 1.5.5
Changes:
- Migration issues.
---------------------------------------------------------------------------------------------------
Version: 1.5.4
Changes:
- Improved mega mines speeds.
- Unlocked acidgas earlier.
---------------------------------------------------------------------------------------------------
Version: 1.5.3
Changes:
- End of iron fun time.
- Reduced MIBC consuption in tin concentrate.
- Rebalanced upper iron processing steps.
- Improved petroleum sulfonates output.
---------------------------------------------------------------------------------------------------
Version: 1.5.2
Changes:
- Fixed migration stuff.
- Fixed duplicates.
---------------------------------------------------------------------------------------------------
Version: 1.5.1
Changes:
- Added recipe for iron-pulp-01 in green-tech
---------------------------------------------------------------------------------------------------
Version: 1.5.0
Changes:
- Added recipes for NbTi alloy and Nbfe alloys from molten metals.
---------------------------------------------------------------------------------------------------
Version: 1.4.9
Changes:
- Fixed Jig being unlocked at green science to allow Titanium recipe.
---------------------------------------------------------------------------------------------------
Version: 1.4.8
Changes:
- Increased HCl production.
---------------------------------------------------------------------------------------------------
Version: 1.4.7
Changes:
- Pressured air reduced in silver-lead 01.
- Increased nitrogen from cold-air.
---------------------------------------------------------------------------------------------------
Version: 1.4.6
Balances:
- Balacing copper sintered-to-molten.
- Reduced crafting time in Cu solution.
- Added Coarse coal to coal recipe.
---------------------------------------------------------------------------------------------------
Version: 1.4.5
Balances:
- Balacing copper chain.
---------------------------------------------------------------------------------------------------
Version: 1.4.4
Balances:
- Fixed firearm magazine recipe.
---------------------------------------------------------------------------------------------------
Version: 1.4.3
Balances:
- Fixed the last update.
---------------------------------------------------------------------------------------------------
Version: 1.4.2
Balances:
- Mega mines now unlocked with science 3.
---------------------------------------------------------------------------------------------------
Version: 1.4.1
Balances:
- Added new graphics for ores OOPS.
---------------------------------------------------------------------------------------------------
Version: 1.4.0
Balances:
- Added new graphics for ores.
- Reduced HCl from boron.
---------------------------------------------------------------------------------------------------
Version: 1.3.9
Bug fixes:
- Fixed Nexelit chain.
---------------------------------------------------------------------------------------------------
Version: 1.3.8
Balances:
- Balanced Nexelit chain.
- Improved mega-drill head value.
- Reduced requierements for mega mines, they now requieres production science, blue, green and red only.
---------------------------------------------------------------------------------------------------
Version: 1.3.7
Balances:
- Excavation 1 tech now requiered for mining machines 2.
---------------------------------------------------------------------------------------------------
Version: 1.3.6
Balances:
- Balanced nexelit for pyPH.
---------------------------------------------------------------------------------------------------
Version: 1.3.5
Balances:
- Graphics compression.
---------------------------------------------------------------------------------------------------
Version: 1.3.4
Balances:
- Moved all mega mines to MK04.
---------------------------------------------------------------------------------------------------
Version: 1.3.3
Balances:
- Balanced all initial plates to match the hot-air in pyPH, without change the basic from his mod.
---------------------------------------------------------------------------------------------------
Version: 1.3.2
Balances:
- Bot fix.
- Fixed deadlock when playing without pyHT.
- Fixed vanilla fuel balance.
---------------------------------------------------------------------------------------------------
Version: 1.3.1
Balances:
- Several small balances.
- Balanced fuels.
- Added fecr molten recipe.
- Aramid now need TPA instead of PPD.
- Stainless Steel now needs fecr alloy instead of chromium.
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Bug fixes:
- Compatibility with the recent update.
Balances:
- Modified stacks.
- Balanced fuels.
---------------------------------------------------------------------------------------------------
Version: 1.2.9
Bug fixes:
- Compatibility with other mods
Balances:
- Map grid fix.
---------------------------------------------------------------------------------------------------
Version: 1.2.8
Bug fixes:
- Fixed coal-to-coke tech.
Balances:
- Reduced all building crafting time.
---------------------------------------------------------------------------------------------------
Version: 1.2.7
Bug fixes:
- Fixed polution.
Balances:
- Moved coal-to-coke recipe to coke processing mk01.
---------------------------------------------------------------------------------------------------
Version: 1.2.6
Bug fixes:
- Fixed vacuum.
---------------------------------------------------------------------------------------------------
Version: 1.2.5
Bug fixes:
- Fixed nichrome.
---------------------------------------------------------------------------------------------------
Version: 1.2.4
Balances:
- Added nichrome.
---------------------------------------------------------------------------------------------------
Version: 1.2.3
Balances:
- Mega drill head balance.
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Balances:
- Few balances in Nickel, Tin, Aluminium and Gladd chains.
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Bugfixes:
- Fixed jig recipes.
Balances:
- Several balances in ore chains.
---------------------------------------------------------------------------------------------------
Version: 1.1.20
Balances:
- Removed infinite salt.
- Reworked pollution.
- Fixed robots.
- Lots of balances.
---------------------------------------------------------------------------------------------------
Version: 1.1.19
Balances:
- Removed infinite salt.
---------------------------------------------------------------------------------------------------
Version: 1.1.18
Balances:
- Several recipes now support modules.
- Phytoplankton fixed.
---------------------------------------------------------------------------------------------------
Version: 1.1.17
Balances:
- Lots of balances.
---------------------------------------------------------------------------------------------------
Version: 1.1.15
Balances:
- Small changes, not relevant.
---------------------------------------------------------------------------------------------------
Version: 1.1.14
Balances:
- Fixed Speed for mines.
---------------------------------------------------------------------------------------------------
Version: 1.1.12
Bugfixes:
- Alpha version for 0.17
---------------------------------------------------------------------------------------------------
Version: 1.1.11
Balances:
- Small fixes
---------------------------------------------------------------------------------------------------
Version: 1.1.10
Balances:
- Wagons now use titanium.
- Balanced zinc-iron consuption.
- Balanced copper chains.
- Fixed uranium chain.
- Recalculated oxygen consuption.
---------------------------------------------------------------------------------------------------
Version: 1.1.9
Balances:
- Balanced iron and copper initial recipes.
- Turrets now can be used normally.
- Added alternative recipe for Na2SO4.
- Several tech-tree changes.
---------------------------------------------------------------------------------------------------
Version: 1.1.8
Balances:
- Balanced storage tanks recipes.
- Balanced ground borer recipes
---------------------------------------------------------------------------------------------------
Version: 1.1.7
Balances:
- Balanved iron oxide on iron chain
- Balanced ground borer recipes
---------------------------------------------------------------------------------------------------
Version: 1.1.6
Balances:
- Improved Nitrogen
- Reduced Aramid Consuption
- Reorganized jig Building
---------------------------------------------------------------------------------------------------
Version: 1.1.5
Bugfixes:
- Fixed Tin Steam consuption.
- Fixed duplicate unlock of pressured air.
Features:
- Burner to be unlocked earlier.
---------------------------------------------------------------------------------------------------
Version: 1.1.3
Bugfixes:
- Fixed Deadlock in Carbon Aerogel when playing with pyHT.
- Fixed engine technology and reorganized some.
- Fixed small research on iron.
- Crusher tech now relays on Al chain.
- Pressured air now unlocks on Coal Processing 1
Features:
- Changed fluid to extract tin to steam.
---------------------------------------------------------------------------------------------------
Version: 1.1.2
Bugfixes:
- Fixed Deadlock in Carbon Aerogel when playing with pyHT.
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Features:
- Balanced Chromium, Iron, Copper, Quartz, Titanium, Nickel and Tin chain.
- Reduced Nitrogen Consuption in some recipes.
- Made titanium more relevant.
---------------------------------------------------------------------------------------------------
Version: 1.0.9
Features:
- Balanced Aluminium chain
---------------------------------------------------------------------------------------------------
Version: 1.0.8
Bugfixes:
- Fixed Deadlock in the centrifuge.
- Fixed Sintered Silver unlockable.
Features:
- Added collagen to glycerol recipe for pyHT
- Reduced the amount of lead to make ammo.
---------------------------------------------------------------------------------------------------
Version: 1.0.7
Features:
- Rebalanced the whole zinc chain
- Rebalanced the whole nexelit chain
- Small adjustments into coal chain
- Some little balances in the sand and biofilm requierements
---------------------------------------------------------------------------------------------------
Version: 1.0.6
Bugfixes:
- Deadlock in the Centrifugal pan research.
- Fixed graphic bug in the JIG recipes.
Features:
- Improved the Hydrogen/Oxygen Ratio in the Electrolyzers
- Mining machines mk03 now requieres only red, green and blue science packs.
- Pynobots MK02 now unlocked in Coal Processing 03
- Added new pyHT cyanic acid recipe
---------------------------------------------------------------------------------------------------
Version: 1.0.5
Bugfixes:
- Deadlock Fixes
---------------------------------------------------------------------------------------------------
Version: 1.0.4
Bugfixes:
- Fixes
Features:
- Added the changelog