We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bad0c1 commit 9abd5c8Copy full SHA for 9abd5c8
addons/mod_loader/mod_loader_store.gd
@@ -12,7 +12,7 @@ extends Node
12
# Most of these settings should never need to change, aside from the DEBUG_*
13
# options (which should be `false` when distributing compiled PCKs)
14
15
-const MODLOADER_VERSION = "6.0.0"
+const MODLOADER_VERSION = "6.0.1"
16
17
# If true, a complete array of filepaths is stored for each mod. This is
18
# disabled by default because the operation can be very expensive, but may
0 commit comments