1.2
Compatibility
Changes
Hello hello! It's the biggest update yet!(In terms of code changes & custom features added)
So first of all i finally got over the Mcreator and fully converted the mod to normal code!
And let's go through all of the changes
- Added JEI Compactability for the Mana Filling recipes
- Spell execution now has better code and works better & faster
- Hand signs are now not floating on the head of the player but rather circling around him!
- Rituals now have better code and work better & faster!
- hand_magic_renewed:blueglitter particles was renamed to hand_magic_renewed:blue_glitter particles
- hand_magic_renewed:redglitter particles was renamed to hand_magic_renewed:red_glitter particles
- hand_magic_renewed:purpleglitter particles was renamed to hand_magic_renewed:purple_glitter particles
- Tips in the Ritual & Spell Scroll now have limited sizes so they don't go off screen
- Optimised Gestures Overlay
- Optimised Mana Overlay
- Optimised Wand Element Overlay
- Optimised Spell Scroll
- Optimised Ritual Scroll
- Optimised code and now there is a lot less unnecessery procedures
- Names in the Ritual & Spell Scroll now have limited sizes so they don't go off page
- Optimised placeholders for spells
- Optimised Multiplayer code(Sometimes mod was not working in multiplayer)
- Added JEI Compactability for the Rituals!
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:VYhFyQqR:pWj57glf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VYhFyQqR:pWj57glf"
}

