We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f160d92 + 275c98f commit f4f6af1Copy full SHA for f4f6af1
2 files changed
info.json
@@ -10,7 +10,7 @@
10
"dependencies": [
11
"base >= 2.0",
12
"pyalternativeenergy >= 3.0.0",
13
- "aai-loaders",
+ "? aai-loaders",
14
"! pystellarexpedition"
15
]
16
}
prototypes/buildings/shunt-loader.lua
@@ -1,3 +1,5 @@
1
+if not mods["aai-loaders"] then return end
2
+
3
AAILoaders.make_tier{
4
name = "shunt",
5
transport_belt = "transport-belt",
0 commit comments