diff --git a/README.md b/README.md new file mode 100644 index 0000000..52496e4 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/src/main/resources/assets/servertick/icon.png b/src/main/resources/assets/servertick/icon.png new file mode 100644 index 0000000..559323f Binary files /dev/null and b/src/main/resources/assets/servertick/icon.png differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9e52f97..e496924 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "samuel@cavoj.net" }, "license": "MIT", + "icon": "assets/servertick/icon.png", "environment": "*", "entrypoints": { "main": [