Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 years ago
All versions
1.4.0
Release
StackDeobfuscator v1.4.03 years ago 1,199
Compatibility
Minecraft: Java Edition
23w32a
1.20–1.20.1
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
Fixes
- Handle
/being used instead of.as package separator- E.g.
net/minecraft/class_5272is now remapped correctly tonet/minecraft/client/item/ModelPredicateProviderRegistry
- E.g.
- Fix some classes causing errors when trying to remap (Fixes #7)
New
- Separate fabric integration and common remapping code
- Adds web subproject for remapping text to different mappings/versions
- The checksum of all files is now verified on download
- Intermediary/Quilt mappings always use sha512
- Mojang mappings always use md5/sha1
- Yarn uses sha512 on modern version, but falls back to sha1 for 19w02a, Combat Test 4 and all versions older than 1.15 (except 1.14.4)
- Some fixes to support more versions
- Mapping/Metadata downloads will be retried 3x before being cancelled, if:
- The server returns a non 2xx response code
- Checksum verification fails
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| StackDeobfuscatorFabric-1.4.0+a93f231-sources.jar | Unknown | 27.21 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:NusMqsjF:wFd1IC7J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NusMqsjF:wFd1IC7J"
}

