Update README.md

master
Pevernow 2021-07-01 10:38:21 +08:00 committed by GitHub
parent 2c0f792371
commit 4c7e23bbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 7 deletions

View File

@ -1,8 +1,24 @@
# WiTT
What is This Thing, a Minetest mod that functions similarly to the WAILA mod for Minecraft.
Currently there are two ways to use this mod: The server way and the client way.
The server way is what you should do when playing singleplayer, just take the master branch and put it in your mods/ directory.
The client way is what you should do when playing on a server that does not have WiTT installed. Take the `csm` branch and put it in your clientmods/ directory, then enable it.
If you are using the client way, you will need to use the command `.witt`
# Description
A video of the mod at version 1 (server mode, pre-initial commit) is available [here](https://youtu.be/dfIfj8nrCQg).
Witt is short for "What is this thing"
Witt can display the name, source module and details of the target that any player points to.
It is a Minetest mod that functions similarly to the WAILA mod for Minecraft
# Change
I forked it from [MightyAlex200](https://github.com/MightyAlex200/WiTT).Thank him for his work.
I adjusted the interface and rewritten the node selection function to improve performance.
# API
Currently, there is no API implemented
If the number of downloads exceeds 1000, I will implement the API.
# License
GPLv3 for code
MIT for media