diff --git a/README.md b/README.md index 19339b4..b26c768 100644 --- a/README.md +++ b/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 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 5464a87..665314c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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