diff --git a/NOTICE.md b/NOTICE.md index 4fd9e53..cadc372 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -25,4 +25,4 @@ > 原始项目仓库:https://github.com/joseph-garcia/command-gui-buttons -> 本项目仓库:[您的项目URL] +> 本项目仓库:https://git.branulf.top/Branulf/command-gui-buttons-revive diff --git a/README.md b/README.md index 64ae941..add552f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Command GUI Buttons +# 原README.md: +## 由于本项目对原项目进行了较大的改动,原项目的How to Use或许并没有太大帮助,但是我还是想保留 + +--- + +## Command GUI Buttons Command GUI Buttons is a fabric mod for Minecraft that allows users to create custom command buttons on their clients. Users can bring up this menu in-game with the G key, type in the Name and Command they want to create a button for, and press the + to create. It will then show up as a button on their screen to use whenever they want, as the button will automatically type and execute the command they initially entered. @@ -16,3 +21,9 @@ Create buttons for preset chat messages, commands like '/warp home', or anything ### How It Works The list of commands are serialized into a JSON format and stored locally on the users’ systems. The mod writes any new commands into the JSON as new buttons are created, and loads the JSON at the start of the game. A local list instance exists for reading and loading the buttons each time, so that file reading is kept to a minimum. + +--- + +# 该版本附加: +* 本项目基于 command-gui-buttons 二次开发,遵循 **GNU GPL v3 许可证**。 +* 更多内容请见 [NOTICE](NOTICE.md) 文件。 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fc7a508..88bcca3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "command-gui-buttons-revive", "version": "${version}", - "name": "Command GUI Buttons", + "name": "Command GUI Buttons Revive", "description": "Create GUI buttons in-game to execute commands.", "authors": [ "JosephG",