Skip to content

Commit

Permalink
Add icon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sammko committed Aug 14, 2020
1 parent 6b99eef commit 39220e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
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.
Binary file added src/main/resources/assets/servertick/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,6 +13,7 @@
"email": "[email protected]"
},
"license": "MIT",
"icon": "assets/servertick/icon.png",
"environment": "*",
"entrypoints": {
"main": [
Expand Down

0 comments on commit 39220e1

Please sign in to comment.