https://github.com/nekoyahouse/epsilon
A high-performance Fabric & NeoForge Minecraft utility mod developed during the Jurassic period, featuring advanced rendering optimization and anti-cheat compatibility, which wasn't unearthed until 2026.
https://github.com/nekoyahouse/epsilon
2b2t-utility-mod compute-graphics fabric glsl grimac java minecraft ncp neoforge opengl vulkan
Last synced: 6 days ago
JSON representation
A high-performance Fabric & NeoForge Minecraft utility mod developed during the Jurassic period, featuring advanced rendering optimization and anti-cheat compatibility, which wasn't unearthed until 2026.
- Host: GitHub
- URL: https://github.com/nekoyahouse/epsilon
- Owner: NekoyaHouse
- License: apache-2.0
- Created: 2026-02-21T04:39:06.000Z (4 months ago)
- Default Branch: 26.1.x
- Last Pushed: 2026-06-07T21:21:57.000Z (12 days ago)
- Last Synced: 2026-06-07T23:23:35.472Z (12 days ago)
- Topics: 2b2t-utility-mod, compute-graphics, fabric, glsl, grimac, java, minecraft, ncp, neoforge, opengl, vulkan
- Language: Java
- Homepage:
- Size: 209 MB
- Stars: 119
- Watchers: 1
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Epsilon
English |
δΈζ
## π Overview
A modern multi loader Minecraft utility client built on NeoForge & Fabric with advanced rendering system and modular architecture.
## π Addon System
[Epsilon Addon Template](https://github.com/slmpc/Epsilon-Addon-Template)
[Addon Development Guide](docs/addon-development.md)
## π¨ Graphics System
The Lumin rendering system provides custom render pipelines for:
- Rectangles & Round Rectangles
- Shadows & Blur effects
- TTF Font rendering
- Texture rendering
- Custom vertex formats
See [Lumin Graphics README](src/main/java/com/github/epsilon/graphics/README.md) for details.
## βοΈ Build & Run
```bash
# Build the mod
./gradlew build
# Run client
./gradlew runClient
```
## π License
This project is distributed under a multi-license model:
- **Project Core**: Licensed under the [Apache License 2.0](LICENSE).
- **Graphics**: The core rendering components (located in `src/main/java/com/github/epsilon/graphics/`)
are licensed under the [MIT License](src/main/java/com/github/epsilon/graphics/LICENSE).
---
Copyright Β© 2026 NekoyaHouse.