All versions
1.4.5a+mod
Release
HOTFIX 1.4.5a MODlast month 1,239
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Notes
- This pack is developed in 1.21.2 and ported upwards. Despite intensive playtesting, bugs are more likely to slip through in higher versions.
- Please don't hesitate to report any issues on our discord!
Fixes
- Fixed INIT not working at all due to an incorrect format(cmon people how did none of us notice this for a month and a half)
Known Issues
- Crate Drops do not work Standalone when your fishing rod is in the offhand.
Datapack Conventions Compliance
This pack complies with the following Datapack Conventions:
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:qP4p5QtZ:ZxcoHPpV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qP4p5QtZ:ZxcoHPpV"
}

