From 782404aab5378a3660e848510d1b05860856b90f Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 6 Aug 2020 11:54:28 -0400 Subject: [PATCH] Update 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 0a06610..8e8df73 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Poster](images/poster.png) # EnergonRelics -Simple Technology Mod +This is a simple technology mod that adds an energy system and several blocks and items that use it. Using RoughlyEnoughItems with this mod is highly recommended. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f759428..79c0026 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": "Simple Technology Mod", + "description": "This is a simple technology mod that adds an energy system and several blocks and items that use it.", "authors": [ "TheBrokenRail" ],