Tags
Creators
Details
1.2.3
Compatibility
Required content
Changes
š Version 1.2.3 - "Polish and Metadata Update" šØ
š¦ Changes:
-
Code Refinement:
- š Addressed spelling problems and corrected typos in the code for improved readability and consistency.
-
Image Format Update:
- š¼ļø Converted image type from JPG to PNG for better quality and compatibility.
-
Metadata Update:
- š·ļø Added additional metadata visible in the mod menu:
- š¼ļø Updated mod image for a more visually appealing representation.
- š Revised mod description for clarity and accuracy.
- š·ļø Added additional metadata visible in the mod menu:
š§ Improvements:
- Enhanced User Experience:
- š ļø Improved overall user experience through code refinement and metadata updates.
š Links:
š Notes:
- Version 1.2.3 focuses on enhancing the visual representation and metadata visibility of NetherLink.
- With code refinements and metadata updates, NetherLink offers an even more polished experience for all users.
- Thank you for your continued support and feedback as we strive to make NetherLink the best it can be!
Experience the improved NetherLink 1.2.3 - your ultimate companion for dimension navigation in Minecraft! šš
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| netherlink-1.2.3-sources.jar | Unknown | 582.13 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:Z8OVbxC7:TotQaGIi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z8OVbxC7:TotQaGIi"
}

