diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 949a448a5..6feb0ba7e 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "To allow players to view items and recipes.", "version": "1.0-SNAPSHOT", "side": "client", "authors": [ @@ -11,7 +11,7 @@ "me.shedaniel.Core" ], "requires": { - "fabric": "*" + }, "mixins": { "client": "roughlyenoughitems.client.json" |
