All versions
1.0.0
Release
SkySpells 1.0.03 weeks ago 19
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
That's the first release of the mod !
Visuals :
- When a spell don't work for a reason a message is shown.
- Overlay when you charge the spell : you can now know when a spell is ready.
Gameplay :
- The conjured wolf (Familiar spell) has been balanced & can now also be conjured in a 8 blocs radius.
- You can now have only 1 conjured entity under your command.
Optimisation :
- The fact that you can't drop the spell book have been optimised.
- Familiar have been optimised.
Gamerules :
- Gamerule to change the size of conjuration spell spawn limit (8 by default).
- Gamerule to lock the book into the player inventory (true by default).
Bugs :
- Sound bug when you drop or picked up an item have been corrected.
- The Conjured Wolf weren't shaking when is time was coming.
- Preventive bug correction about synced data between client and server.
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:4rjQ6iPV:rM2WYWKc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4rjQ6iPV:rM2WYWKc"
}

