Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated last week
All versions
1.3.0
Release
TurtleLib 1.3.0last week 14
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Changes
Minecraft compatibility
- Now built for Minecraft 26.3 (support for 26.2 has been dropped), matching PermaClicker 1.3.0
- Requires Java 25
- Fabric: Fabric Loader 0.19.5
- NeoForge: 26.3.0.1-beta
What's new / changed
- Compatibility-only release: no functional or API changes — just updated to track Minecraft 26.3.
- Required by PermaClicker 1.3.0+; update both together.
Upgrading
- Still on Minecraft 26.2? Stay on TurtleLib 1.2.1. Update to Minecraft 26.3 to use 1.3.0.
Full Changelog: https://github.com/hrobasti/turtle-lib-mod/compare/1.2.1...1.3.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TurtleLib_1.3.0_MC-26-3_NEOFORGE_26-3-0-1-beta-source.jar | Sources jar | 12.05 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:hLEZN8uo:7UrE27zq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hLEZN8uo:7UrE27zq"
}

