Tags
Creators
Details
v4.0.402-mc1.21.8-fabric
Compatibility
Required content
Changes
This version is automatically released by CI Build
Latest commit log:
Parepre to release (#195)
-
fix remap
-
Update dependency gradle to v9
-
Update plugin dev.architectury.loom to 1.11-SNAPSHOT
-
Update dependency org.ajoberstar.grgit to v5.3.2
-
Update dependency com.replaymod.preprocess to d452ef7 (fallen's fork)
-
Update dependency me.fallenbreath.yamlang to v1.5.0
-
Update dependency magiclib to 0.8.741
-
Update Gradle to v9.3.1
-
Update plugin dev.architectury.loom to 1.13-SNAPSHOT
-
Update dependency org.ajoberstar.grgit to v5.3.3
-
Update replace.token to v1.2.0
-
Update dependency magiclib to 0.8.811
-
Update mod dependency tweakeroo to latest
-
Update mod dependency litematica to latest
-
Update mod dependency minihud to latest
-
Update Gradle to v9.5.1
-
Rework build script
- Migrate to build-logic
- Introduce VersionCatalog
-
Reformat code
- Add .editorconfig
- Add preprocessor file override header
-
Fix replace-token
-
New feature
fastSwitchMasaConfigGuiVisibleEntries -
Update Gradle to v9.6.1
-
Minecraft 1.21.10 support
-
Update checkstyle to v13.7.0
-
Update dependencies:modloader to latest
-
Update mod dependency magiclib to 0.8.855-beta
-
Minecraft 1.21.11 support
-
Minecraft 26.1.2 support
-
Minecraft 26.2 support
-
Update README
- Add Disclaimer Section
- Update supported version list
-
ovo
-
Gradle deprecation fix
-
Now, we're on Java 25
-
Update checkstyle to v13.8.0
Signed-off-by: Hendrix-Shen HendrixShen@hendrixshen.top Co-authored-by: LQSnow lq_snow@outlook.com
Build Information
- File name:
MasaGadget-mc1.21.8-fabric-4.0.402-development.jar - SHA-256:
496819d708ff7ecf6c7ecbb2aea10deb81361784b3faaebefbb8bd7124a5c825 - Built from: https://github.com/Nyan-Work/MasaGadget/actions/runs/29582795801
Optional dependencies
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:qGUUhBWE:78cY6SEk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qGUUhBWE:78cY6SEk"
}

