The new experience (#201)

* new launcher and save converts and pipeline

* fixing bugs
This commit is contained in:
bryanthaboi
2026-07-25 12:36:53 -04:00
committed by GitHub
parent 6625391f76
commit 3069b2e2a9
135 changed files with 16596 additions and 1508 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 = {} }