Aeonis
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (5 images)
🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #824 of 892 fabric mods in this game by downloads
📋 About This Mod
<h1 align="center">⚡ Aeonis v4.0.0 — First Stable 26.1 Release ⚡</h1> <p align="center"> <b>Take control. Command anything. Master the game.</b> </p> <p align="center"> <i>From the creators of <b>EMBERVEIL MODPACK</b></i> </p> <p align="center"> <a href="https://fabricmc.net/"><img src="https://img.shields.io/badge/Fabric-26.1-blue?style=for-the-badge&logo=fabric&logoColor=white" alt="Fabric"></a> <a href="https://quiltmc.org/"><img src="https://img.shields.io/badge/Quilt-26.1-2E2E2E?style=for-the-badge&logo=quilt&logoColor=white" alt="Quilt"></a> <a href="https://www.curseforge.com/minecraft/mc-mods/aeonis-command-master"><img src="https://img.shields.io/badge/CurseForge-Download-orange?style=for-the-badge&logo=curseforge&logoColor=white" alt="CurseForge"></a> <a href="https://modrinth.com/mod/aeonis-command-master"><img src="https://img.shields.io/badge/Modrinth-Download-green?style=for-the-badge&logo=modrinth&logoColor=white" alt="Modrinth"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge" alt="License"></a> <img src="https://img.shields.io/badge/Version-4.0.0-purple?style=for-the-badge" alt="Version"> </p> <p align="center"> <a href="https://www.youtube.com/@quantumcreeper"><img src="https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube"></a> <a href="https://github.com/TheCorrectSynovian/Aeonis-mod"><img src="https://img.shields.io/badge/GitHub-Source-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"></a> </p> --- <p align="center"> <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=22&pause=1000&color=00D9FF¢er=true&vCenter=true&width=700&lines=🎮+Control+ANY+Mob+in+Minecraft!;🐉+Fly+as+Ender+Dragon+-+Shoot+Fireballs!;💀+Become+the+Wither+-+Launch+Skulls!;🐔+Be+a+Chicken+-+Lay+Eggs!;💨+Breeze+Wind+Charges!;🧚+Summon+Pet+Vex+Companions!;⚡+35%2B+Epic+Commands!" alt="Typing SVG" /> </p> --- # Aeonis — First Stable 26.1 Release (v4.0.0) **Aeonis** is a multi-system Minecraft framework combining **mob possession**, **AI-assisted command systems**, **custom dimensions**, **unique mobs**, and **advanced rendering** into one unified experience. --- ## 🆕 What’s New in 4.0.0 — First Stable 26.1 Release ### ✅ Stable Release Milestone - First non-snapshot stable release on Minecraft 26.1. - 26.1.1 hotfix compatibility is supported while 26.1 remains the baseline requirement. - Finalized migration line from 1.21.11 to 26.1 with snapshot stabilization completed. ### 🔁 26.1 Transition Summary - Snapshot path completed: `4.0-SNAPSHOT5` -> `4.0-SNAPSHOT10`. - Major stabilization areas: startup/runtime mixin compatibility, integrated server/world-load reliability, transformed camera + interaction behavior, and state cleanup. - Warning policy remaster: startup spam removed, targeted WIP warnings retained only where needed. --- ## 🧭 Fabric 26.1 Porting Reference (Maintainer + AI) This section is a structured internal reference for future Aeonis updates. It summarizes major Fabric 26.1 migration guidance in actionable form. ### Source Context - Based on the Fabric 26.1 ecosystem guidance and release communication (Mar 2026). - Intended for maintainers, contributors, and AI-assisted update workflows. ### Core Reality of 26.1 - Minecraft 26.1 is unobfuscated. - Mods from 1.21.11 and earlier do not run as-is; at minimum, recompilation is required. - Official Mojang mappings are the expected baseline for Fabric 26.1 projects. ### Toolchain Baseline - Loom: 1.15+ - Gradle: 9.4+ - Fabric Loader: latest stable for 26.1 line (minimum compatible release) - Java: 25 minimum for Gradle JVM - IntelliJ IDEA: 2025.3+ recommended for stable mixin IDE behavior ### Buildscript Migration Rules - Use plugin: `net.fabricmc.fabric-loom` (unobfuscated workflow) - Replace old remap-centric dependencies: - `modImplementation` -> `implementation` - `modCompileOnly` -> `compileOnly` - Replace `remapJar`-centric assumptions with `jar` in pure unobfuscated workflows where applicable ### Fabric API Migration Notes - `fabric` mod id dependency from Fabric API is no longer provided; depend on `fabric-api` correctly. - Removed deprecated modules: - `fabric-convention-tags-v1` - `fabric-loot-api-v2` - Deprecated HUD callback path replaced: - old: `HudRenderCallback` - new: `HudElementRegistry` - Naming alignment with official mappings means API renames are required during migration. - example: `ItemGroupEvents` -> `CreativeModeTabEvents` ### New/Important Fabric Event Patterns - Dimension attribute modification event is preferred over per-biome bulk patching for dimension-wide defaults. - New finer-grained block/item interaction events exist for cleaner vanilla flow interception: - `BlockEvents.USE_ITEM_ON` - `BlockEvents.USE_WITHOUT_ITEM` - `ItemEvents.USE_ON` - `ItemEvents.USE` ### Rendering + Model Notes - Legacy OpenG
⚡ Aeonis v4. 0. 0 — First Stable 26. 1 Release ⚡
Take control. Command anything. Master the game.
From the creators of EMBERVEIL MODPACK
# Aeonis — First Stable 26. 1 Release (v4. 0. 0)
Aeonis is a multi-system Minecraft framework combining mob possession, AI-assisted command systems, custom dimensions, unique mobs, and advanced rendering into one unified experience.
## 🆕 What’s New in 4. 0. 0 — First Stable 26. 1 Release
### ✅ Stable Release Milestone - First non-snapshot stable release on Minecraft 26. 1. - 26. 1. 1 hotfix compatibility is supported while 26. 1 remains the baseline requirement. - Finalized migration line from 1. 21. 11 to 26. 1 with snapshot stabilization completed.
### 🔁 26. 1 Transition Summary - Snapshot path completed: `4. 0-SNAPSHOT5` -> `4. 0-SNAPSHOT10`. - Major stabilization areas: startup/runtime mixin compatibility, integrated server/world-load reliability, transformed camera + interaction behavior, and state cleanup. - Warning policy remaster: startup spam removed, targeted WIP warnings retained only where needed.
## 🧭 Fabric 26. 1 Porting Reference (Maintainer + AI)
This section is a structured internal reference for future Aeonis updates. It summarizes major Fabric 26. 1 migration guidance in actionable form.
### Source Context - Based on the Fabric 26. 1 ecosystem guidance and release communication (Mar 2026). - Intended for maintainers, contributors, and AI-assisted update workflows.
### Core Reality of 26. 1 - Minecraft 26. 1 is unobfuscated. - Mods from 1. 21. 11 and earlier do not run as-is; at minimum, recompilation is required. - Official Mojang mappings are the expected baseline for Fabric 26. 1 projects.
### Toolchain Baseline - Loom: 1. 15+ - Gradle: 9. 4+ - Fabric Loader: latest stable for 26. 1 line (minimum compatible release) - Java: 25 minimum for Gradle JVM - IntelliJ IDEA: 2025. 3+ recommended for stable mixin IDE behavior
### Buildscript Migration Rules - Use plugin: `net.fabricmc.fabric-loom` (unobfuscated workflow) - Replace old remap-centric dependencies: - `modImplementation` -> `implementation` - `modCompileOnly` -> `compileOnly` - Replace `remapJar`-centric assumptions with `jar` in pure unobfuscated workflows where applicable
### Fabric API Migration Notes - `fabric` mod id dependency from Fabric API is no longer provided; depend on `fabric-api` correctly. - Removed deprecated modules: - `fabric-convention-tags-v1` - `fabric-loot-api-v2` - Deprecated HUD callback path replaced: - old: `HudRenderCallback` - new: `HudElementRegistry` - Naming alignment with official mappings means API renames are required during migration. - example: `ItemGroupEvents` -> `CreativeModeTabEvents`
### New/Important Fabric Event Patterns - Dimension attribute modification event is preferred over per-biome bulk patching for dimension-wide defaults. - New finer-grained block/item interaction events exist for cleaner vanilla flow interception: - `BlockEvents. USE_ITEM_ON` - `BlockEvents. USE_WITHOUT_ITEM` - `ItemEvents. USE_ON` - `ItemEvents. USE`
### Rendering + Model Notes - Legacy OpenG
📊 Mod Details
- Game
- Minecraft Mods
- Author
- BingBOOM
- Version
- 4.7_beta
- Downloads
- 1,242
- Endorsements
- 4
- Category
- fabric
- Created
- 2/15/2026
- Updated
- 5/5/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- game-mechanics, library, mobs
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Aeonis support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of Aeonis?
Version 4.7_beta, published 2026-05-05 with 1,242 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await




