Added configurable Vein Miner animation

This commit is contained in:
2025-05-19 11:59:32 +02:00
parent 61d2a0b137
commit deb338f2c8
8 changed files with 103 additions and 176 deletions

View File

@ -29,6 +29,7 @@ As a challenge I'm trying to make it as user-friendly as possible.
- Open/close EC block while opening/closing SEC
- Play open & close sounds
- Vein miner
Code inspired by Inferis!
![VeinMiner](https://i.imgur.com/zOXWMNa.gif)
- Chat Calculator
@ -52,14 +53,14 @@ As a challenge I'm trying to make it as user-friendly as possible.
# Currently working on
## Server Side
- [x] Chat Calculator
- [x] Check if operator is present before calculating
- Vein Miner
- [ ] Configurable animation
- [x] Configurable animation (tick delay)
- [x] Leaves veinmineable using shears
- [x] Replenish
- Patches
- [x] Made leaves veinmineable using shears
## Client Side
- [x] Render block entities from a longer range
@ -72,8 +73,6 @@ As a challenge I'm trying to make it as user-friendly as possible.
- Boolean
- Float
- Integer
- [x] Chat Calculator
- [x] Check if operator is present before calculating
- [x] Zoom
- [ ] Configurable
@ -81,7 +80,7 @@ As a challenge I'm trying to make it as user-friendly as possible.
## General
- Rework config system
- Store server settings in world folder for better singleplayer use
- Store server settings in world folder for better singleplayer use
## Client side