Links
Tags
Creators
Details
All versions
1.20.1-1.0.3
Release
forge-1.20.1-1.0.3last week 31
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Don't add commit hash to common module. be90660
- Fix some TARDIS mods returning fuel amount instead of percentage for travel fuel usage estimation. 5a24a2b
- Fix stattenheim remote working even though the TARDIS does not have enough fuel to make the trip. cadaa72
- Move TardimDataMixin to Fabric module because the Forge version already handles fake players and the mixin doesn't apply anyway. 4b36962
- Use the content of the changelog file instead of the file path. 060dce8
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:hgi3Z8Z9:aVWp8Ne8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hgi3Z8Z9:aVWp8Ne8"
}
