diff --git a/README.md b/README.md index d97f815..3652ea3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## commander +## Commander ### Quick Introduction -**commander** introduces a new event system to the data pack format. +**Commander** introduces a new event system to the data pack format. Each file placed in `commander/events` represents an event subscription. Commander mirrors some fabric events under the `commander` namespace. e.g. `server_tick/start` diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9b49277..39319b9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,8 +2,8 @@ "schemaVersion": 1, "id": "commander", "version": "${version}", - "name": "commander", - "description": "", + "name": "Commander", + "description": "A data pack event system", "authors": [ "melontini" ],