Skip to content

Commit f4d088f

Browse files
committed
Lithium processing could not be researched #246
1 parent 2907d3c commit f4d088f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SeaBlock/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 0.5.10
3+
Date: ???
4+
Bugfixes:
5+
- Lithium Processing could not be researched #246
6+
---------------------------------------------------------------------------------------------------
27
Version: 0.5.9
38
Date: 19.12.2021
49
Changes:

SeaBlock/data-final-fixes/tech-tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-- Remove empty bob's techs
22
bobmods.lib.tech.remove_prerequisite('cobalt-processing', 'chemical-processing-1')
33
bobmods.lib.tech.remove_prerequisite('grinding', 'chemical-processing-1')
4+
bobmods.lib.tech.remove_prerequisite('lithium-processing', 'chemical-processing-1')
45

56
bobmods.lib.tech.remove_prerequisite('cobalt-processing', 'chemical-processing-2')
67
bobmods.lib.tech.remove_prerequisite('silicon-processing', 'chemical-processing-2')

0 commit comments

Comments
 (0)