Skip to content

Commit cb8774e

Browse files
QatavinKiwiHawk
andauthored
Add next_upgrade to labs (#541)
* Add next_upgrade to labs Adds next_upgrade to vanilla lab into bob-lab-2. Adds next_upgrade to bob-burner lab into vanilla lab. * Updating version number and changelog --------- Co-authored-by: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
1 parent fef1d47 commit cb8774e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

bobtech/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 2.0.6
3+
Date: ???
4+
Bugfixes:
5+
- Made it easier to upgrade labs #541
6+
---------------------------------------------------------------------------------------------------
27
Version: 2.0.5
38
Date: 18. 01. 2026
49
Bugfixes:

bobtech/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bobtech",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"factorio_version": "2.0",
55
"title": "Bob's Technology mod",
66
"author": "Bobingabout",

bobtech/prototypes/entity/entity.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ data:extend({
149149
},
150150
})
151151

152+
data.raw["lab"]["lab"].next_upgrade = "bob-lab-2"
153+
152154
if feature_flags["freezing"] and mods["space-age"] then
153155
data.raw.lab["bob-lab-2"].heating_energy = "100kW"
154156
data.raw.lab["bob-lab-2"].frozen_patch = {
@@ -296,6 +298,7 @@ if settings.startup["bobmods-burnerphase"].value == true then
296298
},
297299
},
298300
fast_replaceable_group = "lab",
301+
next_upgrade = "lab",
299302
},
300303
})
301304

0 commit comments

Comments
 (0)