├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | **`Last updated: 2021-07-25`** 4 | 5 | Your submission **must**: 6 | 7 | - follow the formatting style of the existing entries 8 | - include either a link to your source code or support server[1] 9 | - be placed in the proper modloader category 10 | - be up-to-date with the current upstream `master` branch 11 | - update the `Last updated` date using the ISO 8601 as defined [here] 12 | 13 | Your submission **must not**: 14 | 15 | - be a skid[2] 16 | - already exist in the index 17 | - have spelling or grammar errors 18 | 19 |
20 | Footnotes 21 |
22 | 23 | **1** A "support server" can be any of: 24 | 25 | - Website 26 | - Subreddit or other forum 27 | - Discord/Guilded server 28 | - *others may be accepted; if in doubt, try it, and you'll be asked to change it if it's a problem* 29 | 30 | **2** We define a "skid" as: 31 | 32 | > taking others code and passing it off as your own and not crediting the original work 33 | 34 | Please note that a skid should **not** be confused with a [port] or a [fork]. Some mods may include the term "skid" in their title, but this is not an official indicator of a skid. 35 | 36 |
37 | 38 | [1]: #1 39 | [2]: #2 40 | [port]: https://en.wikipedia.org/wiki/Porting 41 | [fork]: https://en.wikipedia.org/wiki/Fork_(software_development) 42 | [here]: https://www.iso.org/iso-8601-date-and-time-format.html 43 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | Minecraft Utility Mod Index 4 | === 5 | ***A public index of all (known) Minecraft utility mods*** 6 | 7 | **`Last updated: 2022-08-08`** 8 | 9 |
10 | 11 | ## Mod index 12 | 13 | The index includes clients for [Fabric](#fabric) and [Forge](#forge) (as well as [Standalone](#standalone) mods). It is alphabetically sorted by mod name and categorized by the modloader. 14 | 15 |
16 | Modloaders explained (click to expand) 17 | 18 | A modloader is exactly what it sounds like: it loads mods, hence "mod loader". These loaders make it easy for developers to write mods and even easier for players to install mods. 19 | 20 | | Modloader | Description | Website | 21 | | :-------: | ----------- | :-----: | 22 | | Fabric | Fabric is a lightweight, experimental modding toolchain for Minecraft. Much newer than Forge. | [Fabric] | 23 | | Forge | Arguably the most popular modding API for Minecraft. Most older (around MC 1.12) mods are written using Forge. Forge does have support for newer MC versions, but developers tend to switch to Fabric for newer MC. | [Forge] | 24 | | Standalone | This is a more primitive method of modding where devs don't use a dedicated modloader, and rather modify the game directly. A popular example of this style is [Optifine], which can be loaded into Minecraft without setting up any other modloaders. | *N/A* | 25 | 26 | **Please note:** Forge and Fabric are **not** designed to work alongside eachother. You are free to try it, but don't be surprised if it doesn't work and no one helps you. 27 | 28 | [Fabric]: https://www.fabricmc.net/ 29 | [Forge]: https://files.minecraftforge.net/ 30 | [Optifine]: https://www.optifine.net/ 31 | 32 |
33 | 34 | --- 35 | ### Fabric 36 | 37 | | Name | Version | Links | 38 | | :--: | :-----: | :---: | 39 | | [Ares] | **1.18.1** | [Discord][Ares Discord]
[GitHub][Ares GitHub] | 40 | | [Aristois] | **1.8.9 to 1.19.2**[1] | [Forum][Aristois forum]
[Guilded][Aristois guilded] | 41 | | [Bleach] | **1.17.1 to 1.19.1**[1] | [Discord][Bleach Discord]
[GitHub][Bleach GitHub] | 42 | | Bloomware | **1.18.2** | [Discord][Bloomware Discord]
[GitHub][Bloomware GitHub] | 43 | | Coffee | **1.19.1 to 1.19.2** | [Discord][Coffee Discord]
[GitLab][Coffee GitHub] | 44 | | [Hypnotic] | **1.18.1** | [Discord][Hypnotic Discord]
[GitHub][Hypnotic GitHub] | 45 | | [Inertia] | **1.12.2 to 1.16.5**[1] | [Discord][Inertia Discord]
[Issues][Inertia Issues] | 46 | | [Jex] | **1.19** | [Discord][Jex Discord]
[Github][Jex GitHub] | 47 | | [KAMI][2] | **1.16.5** | [Discord][KAMI Discord]
[GitHub][KAMI GitHub] | 48 | | [LiquidBounce] | **1.18.1** | [Forum][Liquid Forum]
[Guilded][Liquid Guilded]
[GitHub][Liquid GitHub] | 49 | | [Meteor Client] | **1.19.2** | [Discord][Meteor Discord]
[GitHub][Meteor GitHub] | 50 | | [Quantum] | **1.19** | [Discord][Quantum Discord]
[GitHub][Quantum GitHub][3] | 51 | | [Wurst] | **1.8 to 1.19**[1] | [Reddit][Wurst Reddit]
[GitHub][Wurst GitHub] | 52 | | Tensor | **1.17.1** | [GitHub][Tensor GitHub] | 53 | 54 | [Aristois]: https://aristois.net/ 55 | [Aristois forum]: https://discuss.aristois.net/ 56 | [Aristois guilded]: https://guilded.gg/Aristois 57 | 58 | [Ares]: https://aresclient.org/ 59 | [Ares Discord]: https://discord.com/invite/3cdCacJ 60 | [Ares GitHub]: https://github.com/AresClient 61 | 62 | [Bleach]: https://bleachhack.org/ 63 | [Bleach Discord]: https://bleachhack.org/discord 64 | [Bleach GitHub]: https://github.com/BleachDrinker420/BleachHack 65 | 66 | [Bloomware Discord]: https://discord.gg/D4G7JN5d7m 67 | [Bloomware Github]: https://github.com/TheBreakery/Bloomware-Lite 68 | 69 | [Coffee Discord]: https://discord.gg/yxEbQCdDus 70 | [Coffee GitHub]: https://github.com/Coffee-Client/Coffee 71 | 72 | [Hypnotic]: https://hypnotic.dev/ 73 | [Hypnotic Discord]: https://discord.gg/aZStDUnb29 74 | [Hypnotic Github]: https://github.com/Hypnotic-Development/Hypnotic-Client 75 | 76 | [Inertia]: https://inertiaclient.com/ 77 | [Inertia Discord]: https://discord.gg/ZyMKgSm 78 | [Inertia Issues]: https://github.com/THEREALWWEFAN231/Inertia 79 | 80 | [Jex]: https://jexclient.com 81 | [Jex Discord]: https://discord.gg/msV9ek4Qwt 82 | [Jex GitHub]: https://github.com/DustinRepo/JexClient-main 83 | 84 | [KAMI]: https://kamiclient.com 85 | [KAMI Discord]: https://discord.gg/9hvwgeg 86 | [KAMI GitHub]: https://github.com/zeroeightysix/KAMI 87 | 88 | [LiquidBounce]: https://liquidbounce.net 89 | [Liquid Forum]: https://forums.ccbluex.net 90 | [Liquid Guilded]: https://www.guilded.gg/CCBlueX 91 | [Liquid GitHub]: https://github.com/CCBlueX/LiquidBounce 92 | 93 | [Meteor Client]: https://meteorclient.com/ 94 | [Meteor Discord]: https://meteorclient.com/discord 95 | [Meteor GitHub]: https://meteorclient.com/github 96 | 97 | [Quantum]: https://quantumclient.org/ 98 | [Quantum Discord]: https://quantumclient.org/discord 99 | [Quantum GitHub]: https://quantumclient.org/github 100 | 101 | [Wurst]: https://www.wurstclient.net/ 102 | [Wurst GitHub]: https://github.com/Wurst-Imperium/Wurst7 103 | [Wurst Reddit]: https://www.reddit.com/r/WurstClient/ 104 | 105 | [Tensor GitHub]: https://github.com/IUDevman/Tensor 106 | #### Archived & WIP (Fabric) 107 |
108 | Expand list 109 | 110 | | Name | Version | Links | Status | 111 | | :--: | :-----: | :---: | :----: | 112 | | Atomic | **1.17.1 to 1.18.1** | [Discord][Atomic Discord]
[GitLab][Atomic GitLab] | Archived | 113 | | [Beach House] | **1.17.1** | [GitHub][beach house GitHub][3] | WIP | 114 | | Bleach epearl edition | **1.16.4** | [Discord][Bleach epearl Discord]
[GitHub][Bleach epearl GitHub] | Archived | 115 | | BubbyClient | **1.16.1** | [GitHub][Bubby GitHub] | Archived | 116 | | [Cornos] | **1.16.5** | [Discord][Cornos Discord]
[GitHub][Cornos GitHub] | Archived | 117 | | FaxHax | **1.16.5** | [Discord][FaxHax Discord]
[GitHub][FaxHax GitHub] | Archived | 118 | | FrostBurn | **1.17** | [Discord][FrostBurn Discord]
[GitHub][FrostBurn GitHub] | Unknown| 119 | | [GS-Fabric] | **1.16.5** | [GitHub][GS-Fabric] | Archived | 120 | | Lumen | **1.16.5** | [GitHub][Lumen GitHub] | Archived | 121 | | MineClient | **1.16.5** | [Discord][MineClient Discord]
[Github][MineClient GitHub] | Archived | 122 | | Numa | **1.16.5** | [Forum][Numa Forum][4] | WIP | 123 | | Konas-fabric | **1.16.5** | [GitHub][Konas-fabric GitHub] | Archived | 124 | | Phobos-1.16 | **1.16.5** | [Github][Phobos-1.16 GitHub] | Archived | 125 | | Toast Client | **1.16.5** | [Discord][Toast Discord]
[GitHub][Toast GitHub] | Unknown | 126 | 127 | 128 | [beach house]: https://beach-house-development.github.io/website/ 129 | [Atomic Discord]: https://discord.gg/JwNVwUurbP 130 | [Atomic GitLab]: https://gitlab.com/0x151/atomic 131 | [beach house GitHub]: https://github.com/beach-house-development 132 | [Bleach epearl Discord]: https://discord.com/invite/WkdpPZ6 133 | [Bleach epearl GitHub]: https://github.com/22s/bleachhack-1.16-epearl-edition 134 | [Bubby GitHub]: https://github.com/BubbyRoosh1/BubbyClient-Fabric-1.16 135 | [Cornos]: https://cornos.cf/ 136 | [Cornos Discord]: https://discord.gg/rvC7F798xQ 137 | [Cornos GitHub]: https://github.com/cornos/Cornos 138 | [FaxHax Discord]: https://discord.gg/D6XqgbVGFT 139 | [FaxHax GitHub]: https://github.com/FaxHax/fabric-client 140 | [FrostBurn Discord]: https://discord.gg/XkpYgpfHtc 141 | [FrostBurn GitHub]: https://github.com/evaan/FrostBurn 142 | [GS-Fabric]: https://github.com/IUDevman/gamesense-fabric 143 | [Konas-fabric GitHub]: https://github.com/KuroHere/konas-fabric 144 | [Lumen GitHub]: https://github.com/olliem5/lumen 145 | [MineClient Discord]: https://discord.gg/DC358waTEZ 146 | [MineClient GitHub]: https://github.com/ChiquitaV2/MineClient 147 | [Numa Forum]: https://numaclient.net/ 148 | [Phobos-1.16 GitHub]: https://github.com/MOMIN5/Phobos-1.16 149 | 150 | [Toast Discord]: https://discord.gg/PASHZanfyc 151 | [Toast GitHub]: https://github.com/RemainingToast/ToastClient 152 | 153 |
154 | 155 | --- 156 | ### Forge 157 | 158 | | Name | Version | Links | 159 | | :--: | :-----: | :---: | 160 | | [Abyss] | **1.12.2** | [Discord][Abyss Discord] | 161 | | [Future][5] | **1.8.9 & 1.12.2 to 1.14.4** | [Forums][Future Forum] | 162 | | [Impact][5] | **1.11.2 to 1.16.5** | [Issues][Impact Issues][6] | 163 | | [Konas] | **1.12.2** | [Discord][Konas Discord]
[Issues][Konas Issues] | 164 | | Phobos[8] | **1.12.2** | [Discord][Phobos Discord]
[GitHub][Phobos Github] | 165 | | Lambda | **1.12.2** | [Discord][Lambda Discord]
[GitHub][Lambda GitHub] | 166 | | [Rusher] | **1.12.2** | [Issues][Rusher Issues] | 167 | | [Seppuku] | **1.12.2** | [Discord][Seppuku Discord]
[GitHub][Seppuku GitHub] | 168 | | Wurst+3 | **1.12.2** | [Discord][Wurst+3 Discord]
[Github][Wurst+3 github] | 169 | | FencingF+2 | **1.12.2** | [Discord][FencingF+2 Discord]
[Github][FencingF+2 GitHub] | 170 | 171 | #### Fabric mods with Forge variants 172 | 173 | - Ares 174 | - Aristois 175 | - Inertia 176 | - Wurst 177 | 178 | These Fabric mods [listed above](#fabric) also offer Forge variants. These are typically compatible with a specific MC version or older versions, such as `1.7.2` or `1.8.9`. Check the mod’s website for more information. 179 | 180 | 181 | [Future]: https://futureclient.net/ 182 | [Future Forum]: https://futureclient.net/forum/ 183 | 184 | [Abyss]: https://abyssclient.com/ 185 | [Abyss Discord]: https://discord.com/invite/2kJV6ZQBgX 186 | 187 | [Konas]:https://konasclient.com/ 188 | [Konas Discord]: https://discord.com/invite/gpVZ4Y6cpq 189 | [Konas Issues]: https://github.com/DarkiBoi/konas-issues 190 | 191 | [Impact]: https://impactclient.net/ 192 | [Impact Issues]: https://github.com/ImpactDevelopment/ImpactIssues 193 | 194 | [Rusher]: https://rusherhack.org/ 195 | [Rusher Issues]: https://github.com/John200410/rusherhack-issues/ 196 | 197 | [Seppuku]: https://seppuku.pw/ 198 | [Seppuku Discord]: https://discord.gg/nf8Dfj4 199 | [Seppuku GitHub]: https://github.com/seppukudevelopment/seppuku 200 | 201 | [Wurst+3 GitHub]: https://github.com/WurstPlus/wurst-plus-three 202 | [Wurst+3 Discord]: https://discord.com/invite/hvnZePKQHx 203 | 204 | [Phobos Github]: https://github.com/Gopro336/CLEAN_Phobos_1.9.0-BUILDABLE-SRC 205 | [Phobos Discord]: https://discord.gg/VFyKPZrJNG 206 | 207 | [Lambda Github]: https://github.com/lambda-client/lambda 208 | [Lambda Discord]: https://discord.com/invite/QjfBxJzE5x 209 | 210 | [FencingF+2 GitHub]: https://github.com/FencingF/FencingFPlusTwo 211 | [FencingF+2 Discord]: https://discord.gg/TNzjpYkvsT 212 | 213 | #### Archived & WIP (Forge) 214 |
215 | Expand list 216 | 217 | | Name | Version | Links | Status | 218 | | :--: | :-----: | :---: | :----: | 219 | | FiraClient | **1.12.2** | [GitHub][Fira GitHub] | Archived | 220 | | Gamesense | **1.12.2** | [GitHub][OG GS GitHub] | Archived | 221 | | [Kami Blue] | **1.12.2** | [GitHub][KB GitHub] | Archived | 222 | | Luchadora | **1.12.2** | [GitHub][Luchadora GitHub] | Archived | 223 | | Momentum | **1.12.2** | [GitHub][Momentum GitHub] | Archived 224 | | Past | **1.12.2** | [GitHub][Past GitHub] | Archived | 225 | | [postman] | **1.12.2** | [GitHub][Postman GitHub] | Archived | 226 | 227 | [Fira GitHub]: https://github.com/cout970/FiraClient 228 | [OG GS GitHub]: https://github.com/IUDevman/gamesense-client 229 | [Kami Blue]: https://kamiblue.org/ 230 | [KB GitHub]: https://github.com/kami-blue/client 231 | [Luchadora GitHub]: https://github.com/x4e/Luchadora 232 | [Momentum GitHub]: https://github.com/linustouchtips/momentum 233 | [Past GitHub]: https://github.com/olliem5/past 234 | [Postman]: http://techale.github.io/postman-website/ 235 | [Postman GitHub]: https://github.com/moomooooo/postman 236 | 237 |
238 | 239 | --- 240 | ### Standalone 241 | 242 | | Name | Version | Links | 243 | | :--: | :-----: | :---: | 244 | | [Sigma] | **1.8 to 1.16**[7] | [Reddit][Sigma Reddit] | 245 | 246 | [Sigma]: https://sigmaclient.info/ 247 | [Sigma Reddit]: https://www.reddit.com/r/SigmaClient 248 | 249 | 250 | #### Archived & WIP (standalone) 251 |
252 | Expand list 253 | 254 | | Name | Version | Links | Status | 255 | | :--: | :-----: | :---: | :----: | 256 | 257 |
258 | 259 | --- 260 | ## Contributing 261 | 262 | Please consult the [Contribution Guidelines] before opening an Issue or a Pull Request. 263 | 264 | [Contribution Guidelines]: https://github.com/UtilityMods/Index/blob/main/CONTRIBUTING.md 265 | 266 | ## Footnotes 267 | 268 | **1** Older Minecraft versions may be using Forge or may not be actively developed. 269 | **2** KAMI should **not** be confused with the "Kami Blue" utility mod, which has been archived and is no longer maintained. 270 | **3** These clients are not open-source, however their developers have published the source code for various tools each uses. 271 | **4** May be offline. 272 | **5** Also available as a standalone mod. 273 | **6** Impact previously had a Discord server but it was terminated in a Discord ban-wave. 274 | **7** Sigma is technically 1.16.4 but uses viaversion to connect to servers on lower versions 275 |
**8** Phobos has not been officialy released by the devs but instead leaked by multiple people. All links related to phobos on this index are **SAFE**. 276 | 277 | [1]: #fn1 278 | [2]: #fn2 279 | [3]: #fn3 280 | [4]: #fn4 281 | [5]: #fn5 282 | [6]: #fn6 283 | [7]: #fn7 284 | [8]: #fn8 285 | --------------------------------------------------------------------------------