Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
0.6.0-BETA+1.20.1
Beta
0.6.0-BETA+1.20.12 years ago 527
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Revamped Modular Armor;
- Armor no longer have data tiers;
- Instead, Pristine Matter is now used to make Pristine Energy, which is spent to activate modular effects.
- Added built-in energy generation;
- Added Data Synthesizer;
- Energy is now required by Loot Fabricator.
- Added Glitch Sword
- Earns 2 data per mob killed;
- Deals more damage to the System Glitch;
- Requires energy and cannot be enchanted.
- Added Disruption
- An odd structure that disappears few seconds after interacted with. What could possibly be earned from it, I wonder?
- Added Glitch Tile set.
Players and modpack makers alike are encouraged to read the migration guide to avoid potential issues: https://gist.github.com/Luligabi1/10f36740531bd87a8dbd718a35cbd661
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:osuPHzT3:Apyb7GIZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:osuPHzT3:Apyb7GIZ"
}

