From d91cf2ab664e3ec6cad510569be956a744380988 Mon Sep 17 00:00:00 2001 From: Sheriff-Unit-3 <210896603+Sheriff-Unit-3@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:18:46 -0500 Subject: [PATCH] Add .cdb.json --- .cdb.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..08991e2 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://content.luanti.org/api/cdb_schema/", + "title": "Basic Materials", + "tags": ["crafting", "library"], + "type": "MOD", + "dev_state": "MAINTENANCE_ONLY", + "ai_disclosure": "NONE", + "license": "LGPL-3.0-only", + "media_license": "CC-BY-SA-4.0", + "repo": "https://github.com/mt-mods/basic_materials", + "issue_tracker": "https://github.com/mt-mods/basic_materials/issues/new/choose/", + "translation_url": "https://translate.luanti.ch/engage/mt-mods/", + "forum_url": "https://forum.luanti.org/viewtopic.php?t=21000", + "short_description": "Provides a small selection of basic materials and items that other mods should use when possible -- things like steel bars and chains, wire, plastic strips and sheets, and more." +}