This commit is contained in:
24
README.md
24
README.md
@@ -4,6 +4,8 @@
|
||||
|
||||
This mod is FAR FROM FINISHED, and initially just created for our private Survival Server.
|
||||
As a challenge I'm trying to make it as user-friendly as possible.
|
||||
|
||||
---
|
||||
# Current feature-set
|
||||
|
||||
## Server Side
|
||||
@@ -35,6 +37,8 @@ Code inspired by Inferis!
|
||||
- Chat Calculator
|
||||
- Check if operator is present before calculating
|
||||
- Replenish
|
||||
- Telekinesis
|
||||
- Configurable for Entity & Block seperately
|
||||
|
||||
|
||||
### Commands
|
||||
@@ -56,12 +60,6 @@ Code inspired by Inferis!
|
||||
- Configurable value
|
||||
- In GUI
|
||||
- Mod Menu integration
|
||||
DISCLAIMER: this is NOT perfect and still needs to be reworked, I'm just too lazy right now...
|
||||
- The following types are accepted:
|
||||
- String
|
||||
- Boolean
|
||||
- Float
|
||||
- Integer
|
||||
- Zoom
|
||||
- Configurable
|
||||
- Smooth zoom
|
||||
@@ -69,17 +67,7 @@ Code inspired by Inferis!
|
||||
- Zoom step value
|
||||
- Scroll to zoom further
|
||||
|
||||
# Next Update
|
||||
|
||||
## Client Side
|
||||
- [x] Fixed bug with too high zoom step values
|
||||
- [x] Rewrote config screen using YACL
|
||||
|
||||
## Server Side
|
||||
- [x] Telekinesis
|
||||
- [x] Configurable for Entity & Block seperately
|
||||
- [x] Replenish Rework
|
||||
|
||||
---
|
||||
|
||||
# To-do
|
||||
|
||||
@@ -90,5 +78,7 @@ Code inspired by Inferis!
|
||||
|
||||
## Server Side
|
||||
|
||||
---
|
||||
|
||||
Other than that no more features!
|
||||
Be sure to give your idea by [opening an issue](https://git.hak.wtf/hkuijlman/SurvivalFabric/issues/new) with the label Feature Request
|
@@ -9,7 +9,7 @@ yarn_mappings=1.21.6+build.1
|
||||
loader_version=0.16.14
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.4.2
|
||||
mod_version=1.4.3
|
||||
maven_group=wtf.hak.survivalfabric
|
||||
archives_base_name=survivalfabric
|
||||
|
||||
|
Reference in New Issue
Block a user