Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
2.0.4
Release
Cognition 2.0.42 years ago 2,873
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
v2.0.4
[Content]
- Added custom anvil recipe -- combining an item with dye in an anvil lets you change its name color
- Added custom anvil recipe -- combining an item with certain crafting ingredients in an anvil lets you change its name formatting i.e. bold, underline etc.
- Added custom anvil recipe -- combining a chipped / damaged anvil with an iron ingot lets you repair it
[Changes]
- Fixed the Cognitive Alloy Block & Cognitive Crystal Block not having crafting recipes back into their constituents. Oops!
- Fixed Staff of Attunement binding distance calculation
- Increased Staff of Attunement effective range to 48 blocks
- Changed crafting recipe for Cognitive Alloy -- now uses Copper instead of Iron
- Changed crafting recipe for Astute Assembly
- Changed crafting recipe for Experience Fountain
- The Precision Dispeller is now crafted via smithing
- The Cognitive Toolset is now crafted via smithing
- Buffed stats for the Cognitive Toolset to compensate for increased material cost
- Smelting / blasting Cognitive Flux now drops experience, similarly to smelting / blasting vanilla ores
v2.0.3
!! Important Update !!
[Changes]
- Fixed a major bug arising from the Experience Obelisk and Enlightened Amulet not accounting for merged orbs
- Fixed the Experience Obelisk animation sometimes freezing randomly
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:22wwABXw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9GdSY2FZ:22wwABXw"
}


