Skip to main content

Installation

MiXianTu is a NeoForge mod, so it installs like any other mod: set up a matching NeoForge installation for the required Minecraft version, then put the MiXianTu jar and its required dependency in the mods folder of both the client and the server.

Requirements

ItemRequirement
Minecraft26.1.2
NeoForge26.1.2.99 or newer
SideClient and server (BOTH)
Mod IDmxt
Version1.0-alpha.1
LicenseAll Rights Reserved

Dependencies

Jupiter is a required dependency and is not bundled inside the mod jar, so it has to be installed separately next to MiXianTu. Every other required dependency is packaged inside the MiXianTu jar through Jar-in-Jar and needs no manual download.

DependencyStatus
JupiterRequired, install separately
Curios API 15.0.0+26.1.2Required, bundled with the mod
Other required librariesBundled with the mod

Optional Integrations

These mods are optional compatibility. The game works fine without them.

ModPurpose
KubeJS 26.1.2-8.0.4Only needed if you want to register content from scripts. See KubeJS
JEIRecipe viewer integration: shows Spirit Shaped and Spirit Shapeless crafting and their aura cost
JadeBlock information integration: block aura, the Spirit Crafting Table's aura and the Display Stand's stored spirit power
KubeJS is not a hard dependency

KubeJS is only needed for content that is registered from scripts. A purely datapack-based setup does not need it.

Development Status

Work in progress

The project is still in development. Datapack formats and other interfaces are not final, and updates may no longer be compatible with old saves or old datapacks. Changes that can cause crashes or data loss will be called out explicitly in the changelog.

Where the Gameplay Comes From

MiXianTu provides the generic rules and runtime — cultivation, aura environment, realms and resources, abilities, formations, tribulations, forging, alchemy, economy and sects — without prescribing any particular setting or numbers. The actual items, blocks and recipes are provided by datapacks, KubeJS or other content mods, and MiXianTu's data tables and binding tables give them gameplay.

Installing the mod on its own only gives you framework items, Curios slots, the HUD and commands; it contains no realm values, abilities or recipes, so nothing changes in game until you add content.

  • To write that content as a datapack, start with the Datapack overview and look up individual fields in JSON Data Formats.
  • To build content packs on this framework and distribute them, see the FAQ for the licensing note.