Tags
Creators
Details
1.16.3-3.2.0
Compatibility
Changes
Version 1.16.3-3.2.0:
- Updated to 1.16.3
- Crop trampling now lowers your karma
- Increased scroll range in the ability GUI, first tab will now open automatically
- Multiverse Iterator changes: extrapolators can now only be used 12 times, converted items keep their damage/nbt tag, universes can now be defined in multiverse.json file where you can append conditions to them (like having universes only available during a certain time of the time)
- Added ability to change the background in the ability GUI
- Added energy ability
- Added conditions for CuriosAPI's slots, items in those slots can now also contain abilities & model layers
- Added way to add custom particles via addonpacks
- Added "threecore:abilities_locked" condition
- Added scripting event for when abilities register threedata, animating the player model (!), player interactions, when superpower is set
- Added scripting method for setting player motion, attacking entities & checking if living entities are sprinting
- Added method to add another superpower on top of your own, and many others
- Added owner to projectile entities
- Added cape model layer
- Added way to put items in armor stand off-hand
- Fixed inverted ability_unlocked conditions effecting ability tree in GUI
- Fixed ability/condition data update script not firing
- Fixed possible inconsistencies with projectile data
- Fixed bug with floating points in scripts
- Allowed AbilityEnabledScriptEvent to be canceled
- Optimized all png files
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:EStRwx0r:3n0KbOrm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EStRwx0r:3n0KbOrm"
}



