Tags
Creators
Details
1.0.5
Compatibility
Required content
Changes
why has imgur changed???? what???? hopefully they undo whatever they did but like, noone on the internet is mentioning this??? so how would they know theres an issue???
anyway heres a speedy fix for the fact that all imgur links are broken! it was imgurs fault! still is, even, this update is needed for imgur to actually send an image when the client asks for one
because the issue is with imgur itself, i do need to do this fix for every minecraft version for them to at all work, so for all you 1.20.1 users out there, youll have to wait
while i was at it i have also added the ability to enable slightly more detailed logs in settings, which should be useful
seriously imgur what??? i.imgur.com should be direct links to images??? why do you redirect them?????? sure, ill lie to you in the http headers and say that im requesting from the same site and say youre refering me because apparently thats the requirements for your image hosting site to actually host images instead of html pages?????
??????
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:zn26DYtG:vdu70CA2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zn26DYtG:vdu70CA2"
}

