new launcher and save converts and pipeline

This commit is contained in:
bryanthaboi
2026-07-25 08:34:49 -04:00
parent 6625391f76
commit 9307488dc1
58 changed files with 10971 additions and 348 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ check(not pcall(Manifest.validate, {
local versionLoader = Loader.new({ fs = memfs({
["mods/future/manifest.json"] = manifestJson("future", { game_version = '">=2.0"' }),
["mods/future/main.lua"] = "return function(mod) mod.content.items:register('NOPE', {}) end",
["mods/current/manifest.json"] = manifestJson("current", { game_version = '">=1.0 <2.0"' }),
["mods/current/manifest.json"] = manifestJson("current", { game_version = '">=0.0.0-0 <2.0"' }),
["mods/current/main.lua"] = NOOP,
}) })
local versionData = { items = {} }