-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Server Tick | ||
=== | ||
This Minecraft mod makes the TPS graph in the F3 Debug screen work on servers in the same way as in singleplayer. | ||
The mod must be installed both on the server and on the client. Currently, only players | ||
that are `op` will see the graph. (This restriction is not in place on LAN games, everyone can see it there.) | ||
|
||
Requires Fabric API. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"schemaVersion": 1, | ||
"id": "servertick", | ||
"version": "${version}", | ||
"name": "ServerTick", | ||
"name": "Server Tick", | ||
"description": "Makes the F3 TPS graph work on dedicated servers", | ||
"authors": [ | ||
"sammko" | ||
|
@@ -13,6 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"icon": "assets/servertick/icon.png", | ||
"environment": "*", | ||
"entrypoints": { | ||
"main": [ | ||
|