All versions
1.4.4+mod
Release
Random Fishing Crates 1.4.4 MOD6 months ago 1,608
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Fishing Crates v1.4.4
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!
Updates
- Support for 1.21-1.21.1 is now Depricated and will no longer be maintained due to breaking item component changes in 1.21.2.
- Retaining support for this version, which is highly used in modding, is just not pheasable.
- Content for this update was developed in 1.21.2.
- 1.21.5 is now fully supported.
- Added support for 1.21.6-1.21.8
Changes
- The enchantment requirement to drop crates is now configurable.
- For right now it is a simple toggle, however a more advanced "per crate" config is in the works.
- The enchantment requirement is still enabled by default.
- When the advanced section is added and working, common crates will drop without requiring the enchantment by default.
Fixes
- Optimized config messages a little bit(removed extra data from some messages).
- #2 Fixed crates not giving any loot in 1.21.2 and above.
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:
Optional dependencies
Unavailable version
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:eethq4go"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qP4p5QtZ:eethq4go"
}

