From eb8100c152a706bdfc93224d5fe8755ab7a4ba43 Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Fri, 27 Mar 2020 18:28:08 -0400 Subject: [PATCH] CDB metadata. --- .cdbmeta.json | 15 +++++++++++++++ README.md | 5 +++++ texture_pack.conf | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .cdbmeta.json create mode 100644 README.md diff --git a/.cdbmeta.json b/.cdbmeta.json new file mode 100644 index 0000000..081e298 --- /dev/null +++ b/.cdbmeta.json @@ -0,0 +1,15 @@ +{ + "type": "texture pack", + "title": "Regression for NodeCore", + "short_desc": "Very first textures from NodeCore development.", + "tags": "16px", + "license": "mit", + "media_license": "mit", + "provides_str": null, + "harddep_str": null, + "softdep_str": null, + "repo": "https://gitlab.com/sztest/nc_regression", + "website": "", + "issueTracker": "https://discord.gg/NNYeF6f", + "forums": "" +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..1669edf --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +For those who have a hard time with change. 😄 + +The original textures for [NodeCore](/packages/Warr1024/nodecore/) (_before_ the 2020-02-18 texture updates), featuring a mix of programmer art and quick-and-dirty placeholder textures. + +Also supports the `nc_rabbits`, `nc_stucco`, and `nc_exmachina` mods. \ No newline at end of file diff --git a/texture_pack.conf b/texture_pack.conf index 4a4b314..b3f0e84 100644 --- a/texture_pack.conf +++ b/texture_pack.conf @@ -1,2 +1,2 @@ title = Regression for NodeCore -description = Very first textures from NodeCore development +description = Very first textures from NodeCore development.