Tags
Creators
Details
4.0.0+neoforge+26.1
Compatibility
Changes
This release includes 26.1 support and drops all other versions. Anything older than 26.1 will no longer be updated (except possibly critical bugfixes) This release doesn't support paper as... well there's still no paper for 26.1
- Dropped dependency on Adventure
- Add my own platform abstractions for text
- Include Placeholder API and my neoforge port of it for styling
Anything that uses MiniMessage formatting will need to switch to Placeholder API's QuickText format: https://placeholders.pb4.eu/user/quicktext/
Full changelog: https://codeberg.org/OffsetMods538/MonkeyLib538/compare/3.1.0...4.0.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| monkeylib538-neoforge-26.1-4.0.0+neoforge+26.1-sources.jar | Source jar | 82.29 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:gYap5A8T:t7j0wRac"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gYap5A8T:t7j0wRac"
}


