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.
|
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.
|
As a challenge I'm trying to make it as user-friendly as possible.
|
||||||
|
|
||||||
|
---
|
||||||
# Current feature-set
|
# Current feature-set
|
||||||
|
|
||||||
## Server Side
|
## Server Side
|
||||||
@@ -35,6 +37,8 @@ Code inspired by Inferis!
|
|||||||
- Chat Calculator
|
- Chat Calculator
|
||||||
- Check if operator is present before calculating
|
- Check if operator is present before calculating
|
||||||
- Replenish
|
- Replenish
|
||||||
|
- Telekinesis
|
||||||
|
- Configurable for Entity & Block seperately
|
||||||
|
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
@@ -56,12 +60,6 @@ Code inspired by Inferis!
|
|||||||
- Configurable value
|
- Configurable value
|
||||||
- In GUI
|
- In GUI
|
||||||
- Mod Menu integration
|
- 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
|
- Zoom
|
||||||
- Configurable
|
- Configurable
|
||||||
- Smooth zoom
|
- Smooth zoom
|
||||||
@@ -69,17 +67,7 @@ Code inspired by Inferis!
|
|||||||
- Zoom step value
|
- Zoom step value
|
||||||
- Scroll to zoom further
|
- 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
|
# To-do
|
||||||
|
|
||||||
@@ -90,5 +78,7 @@ Code inspired by Inferis!
|
|||||||
|
|
||||||
## Server Side
|
## Server Side
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Other than that no more features!
|
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
|
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
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.4.2
|
mod_version=1.4.3
|
||||||
maven_group=wtf.hak.survivalfabric
|
maven_group=wtf.hak.survivalfabric
|
||||||
archives_base_name=survivalfabric
|
archives_base_name=survivalfabric
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user