Skip to content

Commit 8317381

Browse files
committed
fixed unresearchable modules with bobmodules and full overhual
fixed #570
1 parent 8971a02 commit 8317381

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: angelsindustries/changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Date: ??
3030
- Fixed science tiers on heat pipes and heat sources of bobs power (519)
3131
- Fixed science tiers on fluid burning generators of bobs power (502)
3232
- Fixed the selection and collision box of the main lab did not align (539)
33+
- Fixed that speed, productivity, effectivity, and agriculture module 3 couldnt be researched due to no lab taking all required science packs. removed Yellow science analyzer from required packs.
3334
---------------------------------------------------------------------------------------------------
3435
Version: 0.4.11
3536
Date: 11.01.2021

Diff for: angelsindustries/prototypes/overrides/global-tech-bobs-packs.lua

+8
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ if angelsmods.industries.tech then
104104
-------------------------------------------------------------------------------
105105
if mods["bobmodules"] then
106106
--adds bob modules stuffs
107+
data.raw["technology"]["speed-module-3"].unit = {count = 50, ingredients = {{"speed-processor", 2},{"module-circuit-board", 1}}, time = 60}
108+
109+
data.raw["technology"]["productivity-module-3"].unit = {count = 50, ingredients = {{"productivity-processor", 2},{"module-circuit-board", 1}}, time = 60}
110+
111+
data.raw["technology"]["effectivity-module-3"].unit = {count = 50, ingredients = {{"effectivity-processor", 2},{"module-circuit-board", 1}}, time = 60}
112+
113+
data.raw["technology"]["angels-bio-yield-module-3"].unit = {count = 50, ingredients = {{"token-bio", 1},{"effectivity-processor", 2},{"productivity-processor", 2},{"module-circuit-board", 1}}, time = 60}
114+
107115
end
108116

109117
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)