Creators
Details
Licensed MPL-2.0
Published 8 months ago
Updated 8 months ago
All versions
0.2.0+1.20.6
Beta
[Fabric] [1.20.6] YARRP v0.2.08 months ago 142
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Fixes
- resource pack type must be specified during registration
AFTER_VANILLAcallback wasn't working- incompatible with some Fabric API versions (see https://github.com/FabricMC/fabric/issues/5007)
Additions
- more debug logs
- more registration points
- more specific tag builder to make building block tags and item tags easier
Other Changes
- added test code
Build Information
- File name:
yarrp-mc1.20.6-fabric-v0.2.0.jar - SHA-256:
d4648025d846aa81f25fe4053d675710ce5c22cee649de970ecf3199198515c0 - Built from: https://github.com/RubixDev/YARRP/actions/runs/19443960881
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| yarrp-mc1.20.6-fabric-v0.2.0-sources.jar | Unknown | 316.36 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:Z2RtCqwR:fkVMmEMu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z2RtCqwR:fkVMmEMu"
}



