Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 8 months ago
All versions
1.2.0
Release
Pufferfish's Unofficial Additions 1.20.1 - 1.2.03 years ago 1,946
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
change spell experience behaviour
- continuous spells grant experience per spell tick
- mana cost parameters are 0 if the spell does not consume mana
- fixed a bug where cancelling charged-up (long) spells granted experience
- added debug output in debug.log which will display information about the experience source everytime a player casts a spell
- added new conditions
- cast type (INSTANT, LONG, CONTINUOUS)
- rarity (COMMON, UNCOMMON, RARE, EPIC, LEGENDARY)
- added new parameters
- min_level_rarity (min. level for the rarity)
- mana_cost_per_second
- cast_duration (in seconds, for continuous spells)
- cast_charge_time (in seconds, for long spells)
- cooldown (in seconds)
- expected ticks (for continuous spells - instant and long will be 1)
Optional dependencies
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:IAao6ECB:PMb38U7G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IAao6ECB:PMb38U7G"
}



