Tags
Creators
Details
Licensed MIT
Published 2 months ago
All versions
1.7.0
Release
MineGIT 1.7.0last week 38
Compatibility
Minecraft: Java Edition
26.3-snapshot-3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- Added a menu to revert worlds to any past commit
- Added an option to push from world selection screen when the mod detects the world is out of sync
- Added Codeberg as a Git service option
- Added an option to ignore SSL certificate validation in the case of self-hosted Git instances with self-signed certificates
- Fixed a bug where the star from the Cherished Worlds mod would overlap with the clone button on the world creation screen
- Fixed a bug where the world would fail to push if the user has GPG signing enabled globally
- Fixed a bug where cloud sync would fail to enable on worlds with spaces / special characters in their names
- Translated to the following languages:
- English (Upside Down)
- French
- Spanish (thanks @jaumevalerom13)
- Catalan (partial, thanks @jaumevalerom13)
- LOLCAT (partial)
- Pirate English (partial)
- Russian (partial, thanks @playgame1435)
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:4XmKUq9G:mVH9ynKE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4XmKUq9G:mVH9ynKE"
}

