All versions
1.1.2
Release
Magic From The East 1.1.211 months ago 7,377
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- Weapons (except Taiji Sword) now use 2d pixel model to fit with the theme of ISS (Don't worry if you want them have a 3D look, I will add a built-in resourcepack in the next patch).
- Re-modeled the Onmyoji and Taoist armor, give them a better look.
- Improving the textures of Spirit Affinity Ring, Soulward Ring, Crystallized Soul. Replace Copper Coins with Line of Coins as long as change the recipe of it and Coins Sword.
- Changed Taiji Sword's attributes to make it become an early-game tier staff (
That mean Symmetry will have a late-game tier staff in the future). - Increasing the damage of Jade Guandao and attack speed of Soul Breaker.
- Summoned Cloud now can be controlled by rider's view angle to fly up and down instead of using keybind.
- Update Chinese translation (Thank to Pork_Chop ZLG).
Bug fixes:
- Fixed riding Summoned Cloud causing sever to crash.
- Fixed particles visual position of Spirit Arrow.
- Fixed Spirit and Symmetry related attributes showing as flat value instead of percent value.
- Deleted unused tags.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:NfYqagMx:GRWvQaxy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NfYqagMx:GRWvQaxy"
}

