Updated README with the new features
parent
26d3b8207d
commit
cbb7e90e79
21
README.md
21
README.md
|
@ -40,6 +40,25 @@ Note that if you're using something like MultiMC or any of its derivates the fol
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Removes the id tags above entities while in F3 mode</summary>
|
||||||
|
|
||||||
|
Before:<br>
|
||||||
|
![bunch of animals with id tags above them](https://i.imgur.com/PchbLnx.png)
|
||||||
|
|
||||||
|
After:
|
||||||
|
![bunch of animals without any additional UI elements above them](https://i.imgur.com/TEKQyW2.png)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Added amount of ingame days and real life days of playtime in F3 overlay</summary>
|
||||||
|
|
||||||
|
![white text showingcasing the number of days spent in game](https://i.imgur.com/clje0xb.png)
|
||||||
|
|
||||||
|
**Format: ingame days (real life days)**
|
||||||
|
Both are calculated using the play time stat the player has, which means if the stats file gets corrupted or deleted these numbers will reset as well!
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
<details><summary>Fixes selected blocks being rendered under text in containers</summary>
|
<details><summary>Fixes selected blocks being rendered under text in containers</summary>
|
||||||
|
@ -60,7 +79,7 @@ Before:
|
||||||
After:
|
After:
|
||||||
![death screen displaying a yellow score of 0](https://i.imgur.com/rTHeTOk.png)
|
![death screen displaying a yellow score of 0](https://i.imgur.com/rTHeTOk.png)
|
||||||
|
|
||||||
**Note: Score will always be 0 as nothing gives score in this version**
|
**Note: Score will always be 0 as nothing gives score in this version**
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>Made bows bigger and facing the right direction</summary>
|
<details><summary>Made bows bigger and facing the right direction</summary>
|
||||||
|
|
Loading…
Reference in New Issue