diff options
-rw-r--r-- | FEATURES.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/FEATURES.md b/FEATURES.md index 10b82bab..4b9a15f0 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -137,6 +137,7 @@ - *Hungry Hiker* ### Chat Features: +- **Custom Chat Rules** - **Hide Messages:** - *Ability Cooldown* - *Heal* @@ -164,5 +165,4 @@ - **add useful tips in chat** - **Suppress badlion packet warnings** - **remove screens when switching island** -- **skin transparency correction** -- **Custom Chat Rules**
\ No newline at end of file +- **skin transparency correction**
\ No newline at end of file @@ -157,6 +157,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Hungry Hiker* ### Chat Features: +- **Custom Chat Rules** - **Hide Messages:** - *Ability Cooldown* - *Heal* @@ -185,7 +186,6 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Suppress badlion packet warnings** - **remove screens when switching island** - **skin transparency correction** -- **Custom Chat Rules** </details> diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6575c080..ee93e5b5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "Skyblocker", "description": "Hypixel Skyblock Mod", "authors": ["LifeIsAParadox/wohlhabend", "kevinthegreat1", "AzureAaron"], - "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer"], + "contributors": ["xMrVizzy", "d3dx9", "ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/SkyblockerMod/Skyblocker", |