From 759a9e119ca198cb9c6320bfa8f3a2e43add2faf Mon Sep 17 00:00:00 2001 From: GreenXenith <24834740+GreenXenith@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:43:22 -0700 Subject: [PATCH] ContentDB configuration --- .cdb.json | 11 +++++++++++ .gitattributes | 3 +++ mod.conf | 1 + 3 files changed, 15 insertions(+) create mode 100644 .cdb.json create mode 100644 .gitattributes diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..ccb7db7 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,11 @@ +{ + "type": "mod", + "title": "Greek", + "tags": ["building", "decorative"], + "license": "MIT", + "media_license": "MIT", + "long_description": "", + "repo": "https://github.com/GreenXenith/greek", + "website": null, + "issue_tracker": "https://github.com/GreenXenith/greek/issues" +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..69a0e23 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.xcf export-ignore +*.blend export-ignore +.* diff --git a/mod.conf b/mod.conf index 088a2c8..f47f80a 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,4 @@ name = greek description = A large assortment of Greek architecture blocks and materials. optional_depends = stairs +min_minetest_version = 5.0