Metadata updates for CDB

This commit is contained in:
Aaron Suen 2021-02-27 19:28:04 -05:00
parent 90539b58eb
commit 6deb802e3c
4 changed files with 21 additions and 15 deletions

12
.cdb.json Normal file
View File

@ -0,0 +1,12 @@
{
"user": "Warr1024",
"type": "mod",
"tags": ["combat_mod_jam",
"tools",
"technology"
],
"title": "Doomsday Device",
"license": "MIT",
"media_license": "MIT",
"repo": "https://gitlab.com/sztest/nodecore"
}

View File

@ -1,6 +1,6 @@
-- LUALOCALS < ---------------------------------------------------------
local dofile, math, tonumber
= dofile, math, tonumber
local math, tonumber
= math, tonumber
local math_floor
= math.floor
-- LUALOCALS > ---------------------------------------------------------
@ -17,21 +17,13 @@ readtext = readtext or function() end
readbinary = readbinary or function() end
return {
user = "Warr1024",
pkg = "doomsday",
min = "5.0",
version = stamp .. "-$Format:%h$",
path = ".",
type = "mod",
title = "Doomsday Device",
short_desc = "The pinnacle of explosives mods",
tags = "combat, tools, machines",
license = "mit",
desc = readtext('README.md'),
repo = "https://gitlab.com/sztest/doomsday",
short_description = "The pinnacle of explosives mods",
long_description = readtext('README.md'),
screenshots = {
readbinary('.cdb-screen-mtg.jpg'),
readbinary('.cdb-screen-nodecore.jpg')
readbinary('.cdb-screen-nodecore.jpg'),
readbinary('.cdb-screen-mtg.jpg')
}
}

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
.cdbrelease.lua export-subst
.cdb.json export-ignore
.git* export-ignore
.lua* export-ignore

View File

@ -1,2 +1,3 @@
description = The pinnacle of explosives mods for Minetest
optional_depends = default, nc_lode, nc_lux, nc_torch
optional_depends = default, nc_lode, nc_lux, nc_torch
min_minetest_version = 5.0