Added configurable Vein Miner animation
This commit is contained in:
13
README.md
13
README.md
@ -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!
|
||||

|
||||
- 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
|
||||
|
||||
|
Reference in New Issue
Block a user