diff --git a/.cdb1.jpg b/.cdb1.jpg new file mode 100644 index 0000000..90abc95 Binary files /dev/null and b/.cdb1.jpg differ diff --git a/.cdb2.jpg b/.cdb2.jpg new file mode 100644 index 0000000..4572bc1 Binary files /dev/null and b/.cdb2.jpg differ diff --git a/.cdbrelease.lua b/.cdbrelease.lua index 3f8372e..6a2c741 100644 --- a/.cdbrelease.lua +++ b/.cdbrelease.lua @@ -5,6 +5,12 @@ local math_floor = math.floor -- LUALOCALS > --------------------------------------------------------- +-- luacheck: push +-- luacheck: globals config readtext readbinary + +readtext = readtext or function() end +readbinary = readbinary or function() end + local stamp = tonumber("$Format:%at$") if not stamp then return end stamp = math_floor((stamp - 1540612800) / 60) @@ -14,5 +20,16 @@ return { user = "Warr1024", pkg = "nc_skyrealm", min = "5.0", - version = stamp .. "-$Format:%h$" + version = stamp .. "-$Format:%h$", + path = ".", + type = "mod", + title = "SkyRealm for NodeCore", + short_desc = "SkyBlocks inside vanilla NodeCore", + license = "mit", + desc = readtext('README.md'), + repo = "https://gitlab.com/sztest/nc_skyrealm", + issueTracker = "https://discord.gg/NNYeF6f", + screenshots = {readbinary('.cdb1.jpg'), readbinary('.cdb2.jpg')) } + +-- luacheck: pop diff --git a/.gitattributes b/.gitattributes index f48d649..d1a89f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ .cdbrelease.lua export-subst +.cdb*.jpg export-ignore .git* export-ignore .lua* export-ignore docs export-ignore diff --git a/screenshot.png b/screenshot.png index af26ab6..763e7bf 100644 Binary files a/screenshot.png and b/screenshot.png differ