CDB metadata update
This commit is contained in:
parent
9a7747312f
commit
3fde3b5a66
9
.cdb.json
Normal file
9
.cdb.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "mod",
|
||||
"title": "SkyRealm for NodeCore",
|
||||
"short_desc": "SkyBlocks inside vanilla NodeCore",
|
||||
"tags": ["mapgen", "building", "crafting", "transport"],
|
||||
"license": "MIT",
|
||||
"repo": "https://gitlab.com/sztest/nc_skyrealm",
|
||||
"issue_tracker": "https://discord.gg/NNYeF6f"
|
||||
}
|
@ -19,17 +19,8 @@ stamp = ("00000000" .. stamp):sub(-8)
|
||||
return {
|
||||
user = "Warr1024",
|
||||
pkg = "nc_skyrealm",
|
||||
min = "5.0",
|
||||
version = stamp .. "-$Format:%h$",
|
||||
path = ".",
|
||||
type = "mod",
|
||||
title = "SkyRealm for NodeCore",
|
||||
short_desc = "SkyBlocks inside vanilla NodeCore",
|
||||
tags = "mapgen, building, crafting, transport",
|
||||
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')}
|
||||
}
|
||||
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
||||
.cdbrelease.lua export-subst
|
||||
.cdb.json export-ignore
|
||||
.cdb*.jpg export-ignore
|
||||
.git* export-ignore
|
||||
.lua* export-ignore
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- LUALOCALS < ---------------------------------------------------------
|
||||
local math, minetest, nodecore, pairs
|
||||
= math, minetest, nodecore, pairs
|
||||
local math, minetest, next, nodecore, pairs
|
||||
= math, minetest, next, nodecore, pairs
|
||||
local math_cos, math_floor, math_pi
|
||||
= math.cos, math.floor, math.pi
|
||||
-- LUALOCALS > ---------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user