Tags
Creators
Details
All versions
1.4.0+mod
Release
Aspects 1.4.02 months ago 1,185
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Supported environments
Client and server
Changes
Additions
- Support for Minecraft 26.2.
- Button in the
Aspectsmenu to inspect your Active Aspect. Show IntroductionConfig that determines if a new player joining should recieve the welcome message in chat.Force Default AspectConfig replacingForce Aspect on Aspectless Playersthat allows setting a specific Aspect or even Random one when a new Aspect Choice was supposed to be presented to the player.- New Aspect
Oozeling!
General Changes
- Inspecting your Aspect now opens that Aspect's Dialog instead of showing a chat message.
- Configs are redesigned and now show current values in them.
- Configs no longer can be accessed by non-Operators.
- Most textures and models are remastered.
Aspect Additions
Oozeling
Bouncy and viscous! They can reach great hights via a simple jump, not to mention how high that goes with the help of items. But their bodies cannot properly support armor.
- Extremely bouncy and can be knocked around easier.
- Jumps higher and even more so when sneaking.
- Armor is less effective.
- Focus makes them even more bouncy and easier to be knocked around.
Aspect Changes
Feline
- Predator benefits now last for 4 seconds from 3 and negatives last for 6 seconds from 7.
Technical Changes
- Increased Pack Format to
11. - For detailed techincal changes please check out the github commits from v1.3.2 to v1.4.0 commits as too much to mention changed.
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:bEoCkEKm:o3ydqCXx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bEoCkEKm:o3ydqCXx"
}

