From cf8eb65bee089b1c0ec3eddbb67551208c7e7d06 Mon Sep 17 00:00:00 2001 From: Leo Spratt Date: Thu, 30 Dec 2021 22:09:15 +0000 Subject: [PATCH] update readme & add cdb metadata --- .cdb.json | 16 ++++++++++++++++ README.md | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..4bf23e4 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,16 @@ +{ + "type": "MOD", + "title": "", + "name": "element_exchange", + "tags": [ + "magic", + "technology" + ], + "license": "GPLv3", + "media_license": "GPLv3", + "short_description": "Exchange nodes into other nodes", + "dev_state": "ACTIVELY_DEVELOPED", + "repo": "https://github.com/enchant97/minetest_element_exchange.git", + "website": "https://github.com/enchant97/minetest_element_exchange", + "issue_tracker": "https://github.com/enchant97/minetest_element_exchange/issues" +} diff --git a/README.md b/README.md index df98467..570a888 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ A [Minetest](https://www.minetest.net/) mod to exchange nodes into other nodes. ![In Game Screenshot](screenshot.png) +## Features +- Orb that holds energy +- Collector that collects energy from the sun +- Constructor that can convert one node into different node +- Deconstructor that can extract energy from a node + +## Config +You can change the default values in the minetest settings under `mods > element_exchange`. + ## License Copyright (C) 2021 Leo Spratt