Permanent Release Link: https://get.yqloss.net
Showcase Video: https://www.bilibili.com/video/BV1Q4wfejEAB
Note that this mod is not registered as a Forge mod, nor do it use Forge events or API. It's all based on Mixin.
- Better Terminal (queue clicks; drag click)
- Corpse Finder (mineshaft)
- Map Marker (purely visual block replacement)
- Mining Prediction (shows when you should aim at the next block)
- Raw Input (JInput / Native Win32 implementations)
- SS Motion Blur (based on screenshot instead of shader; can be used with Fast Render; little performance impact)
- YC Leap Menu (5-grid ring-shaped menu; differs from most leap menus; leap hotkeys)
- Window Properties (borderless window; windowed fullscreen; custom window title)
- Hotkeys (separate keys for drop single item / item stack)
- Cursor (cursor trail)
- Tweaks (features that modify vanilla slightly)
- Enable Instant Aim (fix aiming being delayed for 1 tick)
- Disable Pearl Click-On-Block Packet (commonly called Cancel Interact; makes you able to throw pearls while aiming at a block on most SkyBlock islands)
- Disable NBT Update Reset Digging on SkyBlock Mining Islands (a feature backport from new versions of Minecraft)
- ench: GUI design and ideas
- trytoquit: lend me a Puzzle Cube for testing BetterTerminal
- All early version testers (and those who crashed because of my mod)
This project is licensed under the GNU General Public License v2.0 (GPLv2).
See the LICENSE file for details.
Copyright
This mod is based on OneConfigExampleMod
- Copyright (C) 2025 Yqloss (GPLv2 License)
- Raw Input: Copyright (c) 2020 Curi0 (Project) (MIT License)
- Montserrat Font: Copyright 2024 The Montserrat.Git Project Authors (https://github.com/JulietaUla/Montserrat.git) (Project) (OFL License)
- Open Color (Default Color Scheme): Copyright (c) 2016 heeyeun (Project) (MIT License)
- NotoSans SC Font: Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source' (OFL License)
At the same time, for better user experience and compatibility, I included the following libraries in the libraries folder:
- The internal part of OneConfig (for accessing NanoVG): Copyright (C) 2021-2024 Polyfrost Inc. and contributors. (Project) (MIT License)
- Some OptiFine classes exported from running Minecraft (for compatibility)
If you encounter a bug that crashes your game and can be stably reproduced, please report in issues and I'll fix as soon as I can.
Feature requests will NOT be accepted easily because I made this mod for myself. I won't add features I don't need or there's a better option for the feature in every aspect. If you would like to commit a pull request, please ask if I would merge in the issues before you actually do that. (Feel free to fork as long as you follow GPLv2)
To code this mod, I learned many new things for the first time, such as Kotlin, Mixin, Gradle, Git, GUI design and so on. Maybe it's not good, but I'm trying my best. Hope you enjoy.
EnchAddons by EnchStudio
HypixelHelper by SuperShadiao