Links
Tags
Creators
Details
1.2
Compatibility
Changes
Small maintanance update + Letter again
-
Updated to 26.1, New chapter for my mods as i already dropped multiversion in the last update, it shouldn't matter as much because OfflineLAN is such a small mod and doesn't need frequent update to function. Will look forward to supporting other loaders for one-shot mods like this!
-
Changed the button position to be more pleasant, The reason why it was like that before was because of multiversion, but now that the port number thing is 100% expected, i moved the button to somewhere more pleasant

This is my first mod to be updated to 26.1! Please be patient as i update all my mods, All of my mods will be updated eventually.
SpecSpoof is not guaranteed to be on time, as the mod has a dependency with VulkanMod and SodiumExtra, according to the 26.1 Porting guide, "No existing mods for 1.21.11 or older versions of Minecraft will work on 26.1, even as a compile-only dependency." This is kinda one of the reasons why i don't like having external dependencies
That's all, thank you for using OfflineLAN!
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:pimmstPB:LJvx8eU8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pimmstPB:LJvx8eU8"
}

