From f0bb6d3a1e7ca58b9c22f29de7afbe2308ca264e Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:23:00 +0700 Subject: [PATCH] words --- README.md | 4 ++-- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" ],