Creators
Details
4.9.0
Compatibility
Changes
Adds Reset glyph - sets spells back to the original target before changing from Burst, Linger, or Wall
Orbit is now an effect and can target the ground or other mobs
Runes can now be placed any direction on walls or ceiling
Flare now explodes cinders from the target, dropping magic (non-spreadable) fire that will hurt mobs. Flare will also trigger Blasting instantly for +1 potion level.
Cold Snap now causes mobs to erupt in ice blocks, dealing damage and splashing. Mobs afflicted by Freezing will be set to the highest freeze ticks immediately.
Sensitive + Ignite now spawns Magic Fire on the ground. This fire lasts a shorter time and will not spread or destroy blocks.
Adds Immolate Thread - if the user is on fire and casts a fire spell, the fire is extinguished and the user is empowered, causing all fire spells to be empowered.
Adds Thread of the Amethyst Golem - grants the wearer knockback resistance
Adds Thread of High Step - grants +1 step height for each level. Starbuncle Threads no longer grant step height
New textures and names for Shards, they are now called Tokens with unique art. Adds Sourceberry Sack, a decorative storage block for source berries Fix Drygmy only accepting wilden horns and not any wilden drop Adds config to limit the max potion value from an enchanted flask Fixes memory leak with starbuncle debugger Fixes crash with Summoned Horse Fixes whirlisprigs giving less drops than expected with no-drop blocks nearby
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:TKB6INcv:qtW93rN7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TKB6INcv:qtW93rN7"
}

