-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
99 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"id": "gamemode", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"name": "Gamemode", | ||
"description": { | ||
"en_us": "Change to spectator mode for observe, teleport to origin position when change back to survival mode", | ||
"zh_cn": "旁观者模式以旁观,返回生存时传送回原坐标" | ||
}, | ||
"author": "Andy Zhang", | ||
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/gamemode" | ||
"link": "https://github.com/AnzhiZhang/MCDReforgedPlugins/tree/master/gamemode", | ||
"dependencies": { | ||
"minecraft_data_api": ">=1.4.1" | ||
} | ||
} |