From 83c787a586f97a0f72440aa10e1e0ac29dbd759b Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 21 Jul 2020 22:52:31 -0400 Subject: [PATCH] Add Description --- README.md | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d271d8..d88da7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Poster](images/poster.png) # EnergonRelics -TBD +Simple Technology Mod ## Changelog [View Changelog](CHANGELOG.md) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ad80dd4..ba5fa8a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "energonrelics", "version": "${version}", "name": "EnergonRelics", - "description": "TBD", + "description": "Simple Technology Mod", "authors": [ "TheBrokenRail" ],