Tags
Creators
Details
All versions
0.30.1+mod
Beta
Energy Manipulation 0.30.12 years ago 758
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Might have to use the following command:
/gamerule commandBlockOutput false
Spells
- break effect deals twice as much damage
- added 'align' value for 'direction' and 'position' nodes (to align the direction to the closest carinal direction, and to align the position to the grid along one or more axes)
- added 'attacker' target to target the entity who attacked the caster
- added 'damage dealt' and 'damage taken' flags
Mind Attacks
- only boss entities now have focus, meaning that attacking with your mind other mobs will result in the order being applied instantly
- A fully charged mind attack can deal up to 10 hearts of damage
- mind attacks have different fx for when they just remove focus and when they actually apply the mind control order
Bug Fixes
- now all tutorial advancements show up
- fixed "player_and_mob" target selector
- fixed a bug where players dying while meditating would lose their items
Nerd Stuff
- shapes and effects code is not totally separated from the rest of the pack, meaning that it is now possible to make add-on datapacks which introduce new effects or shapes (documentation coming in the future)
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:qTyJX3xi:wF1nepUA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qTyJX3xi:wF1nepUA"
}

