We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c7ee8 commit 48b2e3cCopy full SHA for 48b2e3c
addons/mod_loader/mod_loader.gd
@@ -26,7 +26,7 @@ extends Node
26
# Most of these settings should never need to change, aside from the DEBUG_*
27
# options (which should be `false` when distributing compiled PCKs)
28
29
-const MODLOADER_VERSION = "4.2.0"
+const MODLOADER_VERSION = "5.0.1"
30
31
# If true, a complete array of filepaths is stored for each mod. This is
32
# disabled by default because the operation can be very expensive, but may
0 commit comments