Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d95ed35
Update functions.lua
Qatavin Apr 2, 2026
9d47910
Update functions.lua
Qatavin Apr 5, 2026
ba73524
Add new function replace_prerequisite_in_all
Qatavin Apr 5, 2026
a0ce0f6
Add files via upload
Qatavin Apr 5, 2026
443a69d
Update boblogistics_2.0.0.json
Qatavin Apr 5, 2026
d61dcb8
Update belt.lua
Qatavin Apr 5, 2026
95a2a88
Update technology.lua
Qatavin Apr 5, 2026
ecc0f63
Update technology-functions.lua
Qatavin Apr 5, 2026
50ab123
Update belt.lua
Qatavin Apr 5, 2026
5b04a30
Update belt-recipe.lua
Qatavin Apr 5, 2026
318a4ec
Update belt-recipe-updates.lua
Qatavin Apr 5, 2026
401e533
Update data-updates.lua
Qatavin Apr 5, 2026
b29ba38
Update aai-loaders.lua
Qatavin Apr 5, 2026
74790b6
Update technology-updates.lua
Qatavin Apr 5, 2026
70e140c
Update boblogistics.cfg
Qatavin Apr 6, 2026
670186f
Update boblogistics.cfg
Qatavin Apr 6, 2026
c26d5b9
Update boblogistics.cfg
Qatavin Apr 6, 2026
41fc87f
Update boblogistics.cfg
Qatavin Apr 6, 2026
6c6e51e
Update boblogistics.cfg
Qatavin Apr 6, 2026
82d6203
Update boblogistics.cfg
Qatavin Apr 6, 2026
f9e319e
Update boblogistics.cfg
Qatavin Apr 6, 2026
b23728a
Update boblogistics.cfg
Qatavin Apr 6, 2026
2589ade
Update boblogistics.cfg
Qatavin Apr 6, 2026
2edc8b4
Update boblogistics.cfg
Qatavin Apr 6, 2026
5ba55c3
Update boblogistics.cfg
Qatavin Apr 6, 2026
85d11e2
Update boblogistics.cfg
Qatavin Apr 6, 2026
abd6254
Update boblogistics.cfg
Qatavin Apr 6, 2026
07e8508
Update boblogistics.cfg
Qatavin Apr 6, 2026
be6d03c
Update boblogistics.cfg
Qatavin Apr 6, 2026
53eb701
Update info.json
Qatavin Apr 6, 2026
ad9256c
Update boblogistics_2.0.7.lua
Qatavin Apr 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions boblibrary/technology-functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,19 @@ function bobmods.lib.tech.replace_prerequisite(technology, old, new)
end
end

function bobmods.lib.tech.replace_prerequisite_in_all(old, new)
if
type(old) == "string"
and type(new) == "string"
and data.raw.technology[old]
and data.raw.technology[new]
then
for _, techname in pairs(data.raw.technology) do
bobmods.lib.tech.replace_prerequisite(techname.name, old, new)
end
end
end

function bobmods.lib.tech.add_prerequisite(technology, prerequisite)
if
type(technology) == "string"
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ if mods["quality"] then
"express-transport-belt",
"express-underground-belt",
"express-splitter",
"bob-turbo-transport-belt",
"bob-turbo-underground-belt",
"bob-turbo-splitter",
"turbo-transport-belt",
"turbo-underground-belt",
"turbo-splitter",
"bob-ultimate-transport-belt",
"bob-ultimate-underground-belt",
"bob-ultimate-splitter",
Expand Down
2 changes: 1 addition & 1 deletion boblogistics/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://forums.factorio.com/viewforum.php?f=51",
"dependencies": [
"base >= 2.0.49",
"boblibrary >= 2.0.1",
"boblibrary >= 2.0.4",
"? bobplates >= 2.0.0",
"? bobinserters >= 1.3.2",
"? space-age >= 2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/cs/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/de/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ bob-basic-underground-belt=__ITEM__prefix-black__es unterirdisches Fließband
bob-basic-splitter=__ITEM__prefix-black__es __ENTITY__splitter__
aai-basic-loader=__ITEM__prefix-black__er Lader

bob-turbo-transport-belt=__ITEM__prefix-purple__-__ENTITY__transport-belt__
bob-turbo-underground-belt=Unterirdisches __ITEM__prefix-purple__-__ENTITY__transport-belt__
bob-turbo-splitter=__ITEM__prefix-purple__-__ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__-__ENTITY__transport-belt__
turbo-underground-belt=Unterirdisches __ITEM__prefix-purple__-__ENTITY__transport-belt__
turbo-splitter=__ITEM__prefix-purple__-__ENTITY__splitter__
aai-turbo-loader=__ITEM__prefix-purple__er Lader

bob-ultimate-transport-belt=__ITEM__prefix-green__es __ENTITY__transport-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/en/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ bob-basic-underground-belt=Basic underground belt
bob-basic-splitter=Basic splitter
aai-basic-loader=Basic loader

bob-turbo-transport-belt=Turbo transport belt
bob-turbo-underground-belt=Turbo underground belt
bob-turbo-splitter=Turbo splitter
turbo-transport-belt=Turbo transport belt
turbo-underground-belt=Turbo underground belt
turbo-splitter=Turbo splitter
aai-turbo-loader=Turbo loader

bob-ultimate-transport-belt=Ultimate transport belt
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/es-ES/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/fr/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=__ENTITY__transport-belt__ __ITEM__prefix-black__
bob-basic-underground-belt=__ENTITY__underground-belt__ __ITEM__prefix-black__
bob-basic-splitter=__ENTITY__splitter__ __ITEM__prefix-black__

bob-turbo-transport-belt=__ENTITY__transport-belt__ __ITEM__prefix-purple__
bob-turbo-underground-belt=__ENTITY__underground-belt__ __ITEM__prefix-purple__
bob-turbo-splitter=__ENTITY__splitter__ __ITEM__prefix-purple__
turbo-transport-belt=__ENTITY__transport-belt__ __ITEM__prefix-purple__
turbo-underground-belt=__ENTITY__underground-belt__ __ITEM__prefix-purple__
turbo-splitter=__ENTITY__splitter__ __ITEM__prefix-purple__

bob-ultimate-transport-belt=__ENTITY__transport-belt__ __ITEM__prefix-green__
bob-ultimate-underground-belt=__ENTITY__underground-belt__ __ITEM__prefix-green__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/ja/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ bob-basic-transport-belt=__ITEM__prefix-black____ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black____ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black____ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple____ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple____ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple____ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple____ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple____ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple____ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green____ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green____ENTITY__underground-belt__
Expand Down
8 changes: 4 additions & 4 deletions boblogistics/locale/ko/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ bob-ultimate-inserter=첨단 투입기
bob-basic-transport-belt=기초 운송 벨트
bob-basic-underground-belt=기초 지하 벨트
bob-basic-splitter=기초 분배기
bob-turbo-transport-belt=터보 운송 벨트
bob-turbo-underground-belt=터보 지하 벨트
bob-turbo-splitter=터보 분배기
turbo-transport-belt=터보 운송 벨트
turbo-underground-belt=터보 지하 벨트
turbo-splitter=터보 분배기
bob-ultimate-transport-belt=첨단 운송 벨트
bob-ultimate-underground-belt=첨단 지하 벨트
bob-ultimate-splitter=첨단 분배기
Expand Down Expand Up @@ -317,4 +317,4 @@ bobmods-logistics-beltoverhaulspeed=활성화하면, 운송 벨트의 속도를
bobmods-logistics-beltspeedperlevel='운송 벨트 속도 개편' 설정이 활성화된 경우 조정할 벨트 티어당 아이템 운송 속도를 설정합니다. [1.875의 배수를 사용하세요]
bobmods-logistics-fluidwagonbase=유체 화물차가 저장할 수 있는 유체량을 1,000단위로 설정할 수 있습니다 __ITEM__skl-txtra0__50 [50,000]__ITEM__skl-txtre__
bobmods-logistics-storagetankbase=저장 탱크가 저장할 수 있는 유체량을 1,000단위로 설정할 수 있습니다 __ITEM__skl-txtra0__25 [25,000]__ITEM__skl-txtre__
bobmods-logistics-trains=활성화하면, 새로운 티어의 기차를 게임에 추가합니다 (기관차, 화물차)
bobmods-logistics-trains=활성화하면, 새로운 티어의 기차를 게임에 추가합니다 (기관차, 화물차)
6 changes: 3 additions & 3 deletions boblogistics/locale/nl/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/pl/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=Zwykły pas transportowy
bob-basic-underground-belt=Zwykły taśmociąg podziemny
bob-basic-splitter=Zwykły rozdzielacz

bob-turbo-transport-belt=Ekspresowy taśmociąg
bob-turbo-underground-belt=Ekspresowy taśmociąg podziemny
bob-turbo-splitter=Ekspresowy rozdzielacz
turbo-transport-belt=Ekspresowy taśmociąg
turbo-underground-belt=Ekspresowy taśmociąg podziemny
turbo-splitter=Ekspresowy rozdzielacz

bob-ultimate-transport-belt=Ekspresowy taśmociąg 2
bob-ultimate-underground-belt=Ekspresowy taśmociąg podziemny 2
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/pt-BR/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/ru/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__
aai-basic-loader=__ITEM__prefix-black__ __ENTITY__loader__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
aai-turbo-loader=__ITEM__prefix-purple__ __ENTITY__loader__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/tr/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/uk/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ bob-basic-underground-belt=__ITEM__prefix-black__ підземний конве
bob-basic-splitter=__ITEM__prefix-black__ розподільник
aai-basic-loader=__ITEM__prefix-black__ завантажувач

bob-turbo-transport-belt=__ITEM__prefix-purple__ конвеєр
bob-turbo-underground-belt=__ITEM__prefix-purple__ підземний конвеєр
bob-turbo-splitter=__ITEM__prefix-purple__ розподільник
turbo-transport-belt=__ITEM__prefix-purple__ конвеєр
turbo-underground-belt=__ITEM__prefix-purple__ підземний конвеєр
turbo-splitter=__ITEM__prefix-purple__ розподільник
aai-turbo-loader=__ITEM__prefix-purple__ завантажувач

bob-ultimate-transport-belt=__ITEM__prefix-green__ конвеєр
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/zh-CN/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ bob-basic-transport-belt=__ITEM__prefix-black__ __ENTITY__transport-belt__
bob-basic-underground-belt=__ITEM__prefix-black__ __ENTITY__underground-belt__
bob-basic-splitter=__ITEM__prefix-black__ __ENTITY__splitter__

bob-turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
bob-turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
bob-turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__
turbo-transport-belt=__ITEM__prefix-purple__ __ENTITY__transport-belt__
turbo-underground-belt=__ITEM__prefix-purple__ __ENTITY__underground-belt__
turbo-splitter=__ITEM__prefix-purple__ __ENTITY__splitter__

bob-ultimate-transport-belt=__ITEM__prefix-green__ __ENTITY__transport-belt__
bob-ultimate-underground-belt=__ITEM__prefix-green__ __ENTITY__underground-belt__
Expand Down
6 changes: 3 additions & 3 deletions boblogistics/locale/zh-TW/boblogistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ bob-basic-underground-belt=基礎地下輸送帶
bob-basic-splitter=基礎分離器
aai-basic-loader=基礎裝載器

bob-turbo-transport-belt=渦輪輸送帶
bob-turbo-underground-belt=渦輪地下輸送帶
bob-turbo-splitter=渦輪分離器
turbo-transport-belt=渦輪輸送帶
turbo-underground-belt=渦輪地下輸送帶
turbo-splitter=渦輪分離器
aai-turbo-loader=渦輪裝載器

bob-ultimate-transport-belt=終極輸送帶
Expand Down
11 changes: 1 addition & 10 deletions boblogistics/migrations/boblogistics_2.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,8 @@
["tungsten-pipe-to-ground", "bob-tungsten-pipe-to-ground"],
["turbo-filter-inserter", "bob-turbo-inserter"],
["turbo-inserter", "bob-turbo-inserter"],
["turbo-splitter", "bob-turbo-splitter"],
["turbo-stack-filter-inserter", "bob-turbo-bulk-inserter"],
["turbo-stack-inserter", "bob-turbo-bulk-inserter"],
["turbo-transport-belt", "bob-turbo-transport-belt"],
["turbo-underground-belt", "bob-turbo-underground-belt"],
["ultimate-splitter", "bob-ultimate-splitter"],
["ultimate-transport-belt", "bob-ultimate-transport-belt"],
["ultimate-underground-belt", "bob-ultimate-underground-belt"],
Expand Down Expand Up @@ -190,14 +187,11 @@
["tungsten-pipe-to-ground", "bob-tungsten-pipe-to-ground"],
["turbo-filter-inserter", "bob-turbo-inserter"],
["turbo-inserter", "bob-turbo-inserter"],
["turbo-splitter", "bob-turbo-splitter"],
["turbo-stack-filter-inserter", "bob-turbo-bulk-inserter"],
["turbo-stack-inserter", "bob-turbo-bulk-inserter"],
["turbo-transport-belt", "bob-turbo-transport-belt"],
["turbo-underground-belt", "bob-turbo-underground-belt"],
["ultimate-splitter", "bob-ultimate-splitter"],
["ultimate-transport-belt", "bob-ultimate-transport-belt"],
["ultimate-underground-belt", "bob-turbo-underground-belt"],
["ultimate-underground-belt", "bob-ultimate-underground-belt"],
["yellow-filter-inserter", "inserter"]
],
"entity":
Expand Down Expand Up @@ -259,11 +253,8 @@
["tungsten-pipe-to-ground", "bob-tungsten-pipe-to-ground"],
["turbo-filter-inserter", "bob-turbo-inserter"],
["turbo-inserter", "bob-turbo-inserter"],
["turbo-splitter", "bob-turbo-splitter"],
["turbo-stack-filter-inserter", "bob-turbo-bulk-inserter"],
["turbo-stack-inserter", "bob-turbo-bulk-inserter"],
["turbo-transport-belt", "bob-turbo-transport-belt"],
["turbo-underground-belt", "bob-turbo-underground-belt"],
["ultimate-splitter", "bob-ultimate-splitter"],
["ultimate-transport-belt", "bob-ultimate-transport-belt"],
["ultimate-underground-belt", "bob-ultimate-underground-belt"],
Expand Down
20 changes: 20 additions & 0 deletions boblogistics/migrations/boblogistics_2.0.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"item":
[
["bob-turbo-splitter", "turbo-splitter"],
["bob-turbo-transport-belt", "turbo-transport-belt"],
["bob-turbo-underground-belt", "turbo-underground-belt"]
],
"recipe":
[
["bob-turbo-splitter", "turbo-splitter"],
["bob-turbo-transport-belt", "turbo-transport-belt"],
["bob-turbo-underground-belt", "turbo-underground-belt"]
],
"entity":
[
["bob-turbo-splitter", "turbo-splitter"],
["bob-turbo-transport-belt", "turbo-transport-belt"],
["bob-turbo-underground-belt", "turbo-underground-belt"]
]
}
5 changes: 5 additions & 0 deletions boblogistics/migrations/boblogistics_2.0.7.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
for index, force in pairs(game.forces) do
if prototypes.technology["turbo-transport-belt"] and force.technologies["turbo-transport-belt"].researched then
force.technologies["logistics-4"].researched = true
end
end
4 changes: 2 additions & 2 deletions boblogistics/prototypes/aai-loaders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
regular = { { type = "item", name = "transport-belt", amount = 1 } },
fast = { { type = "item", name = "fast-transport-belt", amount = 1 } },
express = { { type = "item", name = "express-transport-belt", amount = 1 } },
turbo = { { type = "item", name = "bob-turbo-transport-belt", amount = 1 } },
turbo = { { type = "item", name = "turbo-transport-belt", amount = 1 } },
ultimate = { { type = "item", name = "bob-ultimate-transport-belt", amount = 1 } },
}
if settings.startup["bobmods-logistics-inserteroverhaul"].value == true then
Expand Down Expand Up @@ -153,7 +153,7 @@ then

AAILoaders.make_tier({
name = "turbo",
transport_belt = "bob-turbo-transport-belt",
transport_belt = "turbo-transport-belt",
color = { 180, 89, 255 },
fluid = "lubricant",
fluid_per_minute = 0.25,
Expand Down
Loading