diff --git a/README.md b/README.md index 8e8df73..e054432 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Poster](images/poster.png) # EnergonRelics -This is a simple technology mod that adds an energy system and several blocks and items that use it. +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. 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 79c0026..074addc 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 that adds an energy system and several blocks and items that use it.", + "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.", "authors": [ "TheBrokenRail" ],