Tags
Creators
Details
All versions
1.21.1-8.2.1-NeoForge
Release
[NeoForge] 8.2.1 for Create 1.21.1-6.0.102 weeks ago 3,380
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
- Add screen null check for Item Swap
- Add predictive time to CEI blocks
- Add in-world forceOverlay scaling configurations and rearrange the power stack layers
- Optimize rendering of fluid text components
- Optimize translation key usage, all changed to original Component translations
- Disable createStackCount by default
- Blueprint Cannon now features new item component rendering
- Remove openStock hotkey
- Change the default forceOverlay scaling ratio in the world to 0.01
- Fix text rendering issues with tooltipOverlay exceptions
- Fix an issue where the Blaze Enchanter would incorrectly display old predictions after changing enchantment levels
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CreateCyberGoggles-1.21.1-8.2.1-NeoForge-sources.jar | Unknown | 312.73 KiB |
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:TlQAWQCY:GiJ9xLqw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TlQAWQCY:GiJ9xLqw"
}

