Mod | Version |
---|---|
base | 1.1.75 |
floating-damage-text | 19.0.0 |
rusty-locale | 1.0.16 |
YARM | 0.8.207 |
AdditionalPasteSettings | 1.5.5 |
AutoDeconstruct | 0.3.5 |
Automatic_Train_Painter | 1.1.5 |
belt-visualizer | 1.1.4 |
bullet-trails | 0.6.2 |
ChunkyChunks | 1.5.1 |
CleanedConcrete | 1.0.2 |
even-distribution | 1.0.10 |
flib | 0.12.4 |
GirlCharacter | 1.0.6 |
helmod | 0.12.14 |
Krastorio2Assets | 1.2.1 |
LandfillEverythingU | 1.1.3 |
LessUnplugged_bud | 1.0.3 |
light-overhaul | 0.1.3 |
magic-lamp | 1.1.0 |
manual-trains-at-temp-stops | 1.1.0 |
mapshot | 0.0.17 |
power-grid-comb | 1.1.0 |
start-alt | 0.0.2 |
stdlib | 1.4.8 |
ThickerLines | 0.0.5 |
Updated_Construction_Drones | 1.0.6 |
automatic-station-painter | 1.0.5 |
BottleneckLite | 1.2.4 |
GUI_Unifyer | 1.12.0 |
Krastorio2 | 1.3.8 |
PickerDollies | 1.2.6 |
PipeVisualizer | 1.0.4 |
QuickItemSearch | 2.1.7 |
RecipeBook | 3.5.1 |
StatsGui | 1.4.1 |
TaskList | 0.4.3 |
bzsilicon | 0.11.7 |
bztitanium | 1.2.10 |
UltimateResearchQueue | 1.0.5 |
vanilla-loaders-hd-krastorio | 1.1.2 |
bzlead | 1.2.16 |
bztungsten | 0.7.6 |
bzzirconium | 0.6.13 |
bzfoundry | 0.2.9 |
bzcarbon | 0.5.5 |
bzaluminum | 0.4.19 |
bztin | 0.1.8 |
bzgas | 0.1.8 |
unbarrel | 0.3.0 |
bzchlorine | 0.0.10 |
Last active
January 13, 2023 04:13
-
-
Save sakuro/4bf1d6982e3d811493f702c5687c738d to your computer and use it in GitHub Desktop.
Active mods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
game.write_file("active-mods.md", "| Mod | Version |\n") | |
game.write_file("active-mods.md", "|-|-:|\n", true) | |
for name, version in pairs(script.active_mods) do | |
game.write_file("active-mods.md", string.format("| %s | %s |\n", name, version), true) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment