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)
- Corpse Finder (mineshaft)
- Map Marker (purely visual block replacement)
- Mining Prediction (shows when you should aim at the next block)
- Raw Input
- 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)
- Tweaks (features that modify vanilla slightly)
- 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)
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.