Tags
Creators
Details
1.21.3-0.1.3-fabric
Compatibility
Changes
Following Changes Were Made:
755d245 refactor: clean up just a bit - RedVortexDev
7fb5e13 feat: de-brand music player, templates inside unchanged - RedVortexDev
40feb6c fix: actually apply music player item name - RedVortexDev
acba928 fix: longstanding issue where more than 9 custom instruments will fail - RedVortexDev
6f84581 perf: replace String#format with multiple stringbuilder appends - RedVortexDev
You Can Help:
- Clone the GitHub Repository.
- Make changes to help improve the mod.
- Create a Pull Request.
It has only been me and RedVortex working on this, but code suggestions can help further this mod. You can even add your own personal touches to existing parts. (e.g. UI adjustments.)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| nbs-extensions-1.21.3-0.1.3-fabric-sources.jar | Unknown | 25.83 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:nTDYLcOl:AL2B55q4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nTDYLcOl:AL2B55q4"
}

