Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 weeks ago
All versions
1.4.20
Release
More Stick Variants 1.4.20 + 26.1(2)3 weeks ago 3,013
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
1.4.20:
- Implement Tag Entry Removal in (Vanilla/) Oak Stick recipe
What this means:
- (Vanilla/) Oak Sticks can now be crafted natively with any modded Planks as well as Oak Planks.
- More Compatibility Variants datapacks are no longer necessary for this mod.
- For this functionality the latest Fabric API (
) version is required for anything below
26.1.2:- 1.20.1:
0.92.11+1.20.1 - 1.21.1:
0.116.14+1.21.1 - 1.21.11:
0.141.5+1.21.11
- 1.20.1:
- Added English and German translations for included Item Tags
Looking for changes of previous versions?
You can find them in the changelog history.
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:ZVv4e6pP:cizTdhQm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZVv4e6pP:cizTdhQm"
}

