Tags
Creators
Details
Licensed ARR
Published last year
Updated last month
All versions
4.1.1
Release
Cyberspace 4.1.1last month 10.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes
Optimization
- Removed unused files.
Localization
- Added French localization (These translations were made entirely by the community, so some entries may be missing or outdated, especially after new updates).
Upgrades Window
- Added the possibility to purchase currencies for all available metals in your inventory at once.
Economy
- Changed player-based currency price increase from 0.01 to 0.05% when buying (This means players will now need to buy a much larger amount to noticeably move the price).
- Updated Hex, Volt, and Echo currency price fluctuations (Their prices now fluctuate between -0.5% and 0.5% instead of -5% and 5%).
Keybinds
- Cyberspace keybinds now have their own separate tab.
Fixes
- Fixed tooltips for all upgrades (Upgrade tooltips now display the correct prices).
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:vR7IsaZr:9eUFDK65"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vR7IsaZr:9eUFDK65"
}

