Updated README for 1.4.1 release
All checks were successful
build / build (push) Successful in 1m17s

This commit is contained in:
2025-05-20 12:20:49 +02:00
parent dd50ff0376
commit 92e9c996b9

View File

@ -9,16 +9,16 @@ As a challenge I'm trying to make it as user-friendly as possible.
## Server Side ## Server Side
- Custom join message - Custom join message
![Join Message](https://i.imgur.com/7uv5lUb.png) ![Join Message](https://i.imgur.com/7uv5lUb.png)
- Custom quit message - Custom quit message
![Quit Message](https://i.imgur.com/OhFq1BT.png) ![Quit Message](https://i.imgur.com/OhFq1BT.png)
- Custom chat message - Custom chat message
![Chat Message](https://i.imgur.com/PDwRywP.png) ![Chat Message](https://i.imgur.com/PDwRywP.png)
- Tab list dimension indicator - Tab list dimension indicator
![Overworld](https://i.imgur.com/FB1Y7gD.png) ![Overworld](https://i.imgur.com/FB1Y7gD.png)
![Nether](https://i.imgur.com/XxJDL7u.png) ![Nether](https://i.imgur.com/XxJDL7u.png)
![End](https://i.imgur.com/t5u9goh.png) ![End](https://i.imgur.com/t5u9goh.png)
![Spectator](https://i.imgur.com/eEn4V9S.png) ![Spectator](https://i.imgur.com/eEn4V9S.png)
- Config - Config
- Configurable messages - Configurable messages
- Feature toggle - Feature toggle
@ -28,9 +28,14 @@ As a challenge I'm trying to make it as user-friendly as possible.
- Open/close EC block while opening/closing SEC - Open/close EC block while opening/closing SEC
- Play open & close sounds - Play open & close sounds
- Vein miner - Vein miner
Code inspired by Inferis! - Configurable animation (tick delay)
![VeinMiner](https://i.imgur.com/zOXWMNa.gif) - Leaves veinmineable using shears
Code inspired by Inferis!
![VeinMiner](https://i.imgur.com/zOXWMNa.gif)
- Chat Calculator - Chat Calculator
- Check if operator is present before calculating
- Replenish
### Commands ### Commands
- /spectator | Essentially server-side free-cam, you get put in spectator and are able to fly around, once you use the command again you get put back to where you were. - /spectator | Essentially server-side free-cam, you get put in spectator and are able to fly around, once you use the command again you get put back to where you were.
@ -43,38 +48,22 @@ Code inspired by Inferis!
![Teleportation Keybindings](https://i.imgur.com/gjO1H3d.png) ![Teleportation Keybindings](https://i.imgur.com/gjO1H3d.png)
- Remove game fog (lava, water, etc.) - Remove game fog (lava, water, etc.)
- All types individually toggleable - All types individually toggleable
- Mod Menu integration
- Automatic config adaption (currently booleans only)
- Remove darkness effect - Remove darkness effect
- Toggleable - Toggleable
- Keybinding for /spectator - Keybinding for /spectator
- Render block entities from a longer range
# Currently working on - Toggleable via GUI
- Configurable value
## Server Side - In GUI
- [x] Chat Calculator - Mod Menu integration
- [x] Check if operator is present before calculating DISCLAIMER: this is NOT perfect and still needs to be reworked, I'm just too lazy right now...
- Vein Miner
- [x] Configurable animation (tick delay)
- [x] Leaves veinmineable using shears
- [x] Replenish
## Client Side
- [x] Render block entities from a longer range
- [x] Toggleable via GUI
- [x] Configurable value
- [x] In GUI
- [x] Rework Mod Menu integration to be more flexible
DISCLAIMER: this is NOT perfect and still needs to be reworked, I'm just too lazy right now...
- The following types are accepted: - The following types are accepted:
- String - String
- Boolean - Boolean
- Float - Float
- Integer - Integer
- [x] Zoom - Zoom
- [x] Configurable - Configurable
- Smooth zoom - Smooth zoom
- Initial zoom value - Initial zoom value
- Zoom step value - Zoom step value