Tags
Creators
Details
5.3+mod
Compatibility
Required content
Changes
Yess, we're finally ready for 1.20.4!
On behalf of ChukChuk, hello! I am misterk7_-. I am known for creating the VanillaXBR Texture Pack and Librarian's Balance Datapack.
Chuk has been taking a small break from datapacking to focus on other projects, so I have come forth to update it to newer versions. This is for 1.20.4, but I have also made a version for 1.20.2! Exclusively on Modrinth for the time being.
IMPORTANT: Please run /function tac:update to properly update to this version!
And also important: If you have any bugs or questions, please report to Chuk's Discord server here
- Added a crafting sound to when you use the objects. (@misterk7_-)
- Updated to 1.20.2 and 1.20.4 by me (@misterk7_-)
- Fixed blocks being broken wrongly (thanks to @MeiaQuatru)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Axels-RP-V7.5.zip | Unknown | 1.25 MiB |
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:ElnjwLgg:8rsZPQom"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ElnjwLgg:8rsZPQom"
}

