Compare commits

..

No commits in common. "8a13d8e9ec8fb4e058ea2a6ada2930555f2815a0" and "a2b8d2c0bdac9bc38027909793bb41f037490668" have entirely different histories.

4 changed files with 4 additions and 15 deletions

View File

@ -25,4 +25,4 @@
> 原始项目仓库https://github.com/joseph-garcia/command-gui-buttons
> 本项目仓库:https://git.branulf.top/Branulf/command-gui-buttons-revive
> 本项目仓库:[您的项目URL]

View File

@ -1,9 +1,4 @@
# 原README.md
## 由于本项目对原项目进行了较大的改动原项目的How to Use或许并没有太大帮助但是我还是想保留
---
## Command GUI Buttons
# 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.
@ -21,9 +16,3 @@ 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) 文件。

View File

@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.16.10
# Mod Properties
mod_version = 1.14.514.012
mod_version = 1.14.514.011
maven_group = com.josyf.commandbuttons
archives_base_name = command-gui-buttons-revive

View File

@ -3,7 +3,7 @@
"id": "command-gui-buttons-revive",
"version": "${version}",
"name": "Command GUI Buttons Revive",
"name": "Command GUI Buttons",
"description": "Create GUI buttons in-game to execute commands.",
"authors": [
"JosephG",