From 6a02a457153f8b0f708d6e6a454e7f5cd58da543 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 6 Aug 2020 12:58:17 -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 e054432..9297428 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Poster](images/poster.png) # EnergonRelics -This is a simple technology mod tht adds a wireless energy system. It alsoo add several blocks and item sto interact with and manipulate the energy system such as Solar Panels and Block Breakers. +This is a simple technology mod tht adds a wireless energy system. It also add several blocks and item sto interact with and manipulate the energy system such as Solar Panels and Block Breakers. 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 074addc..0c1c9e1 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": "This is a simple technology mod tht adds a wireless energy system. It alsoo add several blocks and item sto interact with and manipulate the energy system such as Solar Panels and Block Breakers.", + "description": "This is a simple technology mod tht adds a wireless energy system. It also add several blocks and item sto interact with and manipulate the energy system such as Solar Panels and Block Breakers.", "authors": [ "TheBrokenRail" ],