Skip to content

Commit f4f6af1

Browse files
Merge pull request #58 from pyanodon:optional-loaders
mark aai loaders optional
2 parents f160d92 + 275c98f commit f4f6af1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": [
1111
"base >= 2.0",
1212
"pyalternativeenergy >= 3.0.0",
13-
"aai-loaders",
13+
"? aai-loaders",
1414
"! pystellarexpedition"
1515
]
1616
}

prototypes/buildings/shunt-loader.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
if not mods["aai-loaders"] then return end
2+
13
AAILoaders.make_tier{
24
name = "shunt",
35
transport_belt = "transport-belt",

0 commit comments

Comments
 (0)