Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
2.3.4-1.19.2
Release
Cognition 2.3.4-1.19.2last year 1,138
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
v2.3.4
[Changes]
- Added visual crafting information in JEI for mechanics such as infecting and filling
- Mending Neurogel now restores 200 pts of durability or a number of points equivalent to 20% of total durability, whichever is higher
- Mending Neurogel recipe now requires 2x calcarine matrix instead of 1x, in order to balance it for high-durability items
- Fluorescent Jelly now gives 2 hunger points instead of 5
- Added config option to change the hunger points Fluorescent Jelly gives you, or to disable eating it entirely
- Added config option to change Fluorescent Jelly saturation
[Bugfixes]
- Fixed bookshelves being displayed as uninfected for a short period if infected twice in the same tick
- Fixed bookshelves being removed clientside a short period before they actually decay under certain circumstances
- Minor fixes to the obelisk animation
- Disabled taking fall damage from the top face of active accelerators
- Disabled taking fall damage from all agar blocks
Optional dependencies
Any compatible version
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:9GdSY2FZ:pJ7SPCNF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9GdSY2FZ:pJ7SPCNF"
}

