Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 months ago
All versions
2.0.10
Alpha
Cobbleloots v2.0.10 ~ Fabric10 months ago 37.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changes
- Added a new
datefilter to allow loot balls to spawn only during a specific date range.- Accepts
fromandtoparameters inMM-DDformat (e.g.,01-01for January 1st). Those are inclusive.
- Accepts
- Added a new seasonal Pumpkin Loot Ball for Halloween.
- Spawns from October 24th to November 2nd.
- Can be found in spooky biomes in the Overworld and also in the Nether.
- Contains exclusive Halloween-themed loot, including unique banners, candies, and other surprises.
- Updated documentation for loot balls to improve clarity and consistency.
- Updated the mod logo to a Halloween-themed version.
- Added a new configuration option to disable specific loot balls via the config file.
- This allows server admins to easily manage which loot balls are active without modifying data packs.
- The key for this config is
loot_ball.disabled.loot_balls, and it accepts a list of loot ball IDs or patterns (e.g.,cobbleloots:*to disable all CobbleLoots loot balls, orcobbleloots:loot_ball/poketo disable only the "poke" loot ball and its variants).
Alpha versions may contain bugs and unfinished features. Use them at your own risk. If you find any issues, please report them on the Discord server.
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:kcudYghD:PfP05f4v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kcudYghD:PfP05f4v"
}

