Community listing page, reviews here may not be monitored by the author.
Cobbleloots: Loot Balls and More!
No reviews yet
A side-mod for cobblemon that adds different ways to obtain items like in the original games.
Inspired by anime series and other cultural phenomena, often featuring recognizable characters and settings.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes aesthetic items like decoration, clothing, and visual effects.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds extra features or content to an existing mod.
Adds or expands fishing mechanics, gear, fish, or aquatic gathering.
Features small, self-contained games within Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Cobbleloots: Loot Balls and More!
Cobbleloots is a mod for Cobblemon that adds different ways to obtain items based on the original Pokémon video games.
IMPORTANT (BETA-2.2.0+): Recent updates have introduced breaking changes, especially with the configuration. You will need to update your configurations to ensure compatibility.
Features
Loot Balls 💎
These balls contain useful items for the player. They can grant XP and items when opened, and can be used as a decorative entity in survival mode. When a loot ball has no remaining uses, it can be destroyed to drop as a decorative item (this behavior is configurable).
Obtaining Loot Balls
- Generation: Loot balls can be found in the world. Some of them are specific to biomes, while others are more common.
- Spawning: Over time, loot balls will spawn in the world around random players.
- Fishing: Players can catch loot balls when fishing with Cobblemon Poké Rods. Different rods can catch different tiers of loot balls, and using the Luck of the Sea enchantment increases the chance of finding a loot ball.
Loot balls are categorized into tiers that determine their rarity and loot quality: Common, Uncommon, Rare, and Ultra Rare.
Mapmaking 🗺️
Check out the documentation to learn how to use the mod objects and features in your custom maps. If you still have questions, feel free to ask on my discord server.
Note: The documentation is a work in progress, and some features may not be fully documented yet. If you need help with a specific feature, please reach out on my Discord server.
Custom Loot Balls 🎁
Create custom loot balls with different items and properties using the new Loot Ball Data system. You can customize various aspects, including:
- The name displayed in-game.
- The loot table used when opened.
- The texture of the loot ball.
- The amount of XP granted to the player.
- Player-specific timers (cooldowns) before a player can reopen the loot ball.
- Sources for how loot balls appear (e.g.,
generation,spawning), with detailed filters:weightfor rarity.structuretags.biometags (biome keys, biome tags, or biome dicts).dimensionlists.blocktags (for spawn block or base block).fluidtags.position(x, y, z coordinates with min/max ranges).lightlevels (block and sky, for spawning).timeof day (with period options).dateranges (e.g., seasonal events).weatherconditions (clear, rain, thunder).
- Variants for a single loot ball type, each with its own optional name, texture, and loot table.
Some of these features are continuously being refined, but the data system is designed for flexibility and future additions.
Mod configuration ⚙️
The mod configuration is powered by MidnightLib and supports in-game editing:
- Fabric: Edit via ModMenu.
- NeoForge: Edit via the Mods menu.
- Command: Server OPs can use
/midnightconfig cobbleloots <key> <value>.
The config file is located in the config folder of your Minecraft instance. Check the Configuration docs for more information.
FAQ
How do I make loot balls give loot to every player, not just the first one?
This is a common setup for servers where you want all players to be able to collect loot from the same ball.
You need two things:
- Infinite uses — Set the
usesNBT tag on the loot ball to-1. A loot ball with-1uses is infinite and works on a per-player basis: each player gets their own loot independently. - Player cooldown (optional) — Set the
PlayerTimerNBT tag to a number of ticks. This is the cooldown before a player can collect from the same ball again. If omitted (or set to0), each player can only ever collect once.
To apply this globally to all new loot balls, update the default configuration values:
- Set
loot_ball_default_usesto-1→ all newly spawned/generated loot balls will have infinite uses. - Set
loot_ball_default_player_cooldownto the desired cooldown in ticks (e.g.,72000= 1 hour) → players can reclaim after that time. Set to0to allow each player to collect exactly once, with no reclaim.
See the Configuration docs for more details.
Planned Features
Commands 🛠️
Commands to help mapmakers and server owners to manage the mod features.
Hidden Items 🔍
Inspired by the original Pokémon games, Hidden Items are invisible objects scattered across the world, waiting to be discovered.
Fake Items 🪤
Be aware that some objects may not be what they appear to be. Pokémon will sometimes disguise themselves as objects in order to trick you.
Cobbleloots: Loot Balls and More!
Cobbleloots is a mod for Cobblemon that adds different ways to obtain items based on the original Pokémon video games.
IMPORTANT (BETA-2.2.0+): Recent updates have introduced breaking changes, especially with the configuration. You will need to update your configurations to ensure compatibility.
Features
Loot Balls 💎
These balls contain useful items for the player. They can grant XP and items when opened, and can be used as a decorative entity in survival mode. When a loot ball has no remaining uses, it can be destroyed to drop as a decorative item (this behavior is configurable).
Obtaining Loot Balls
- Generation: Loot balls can be found in the world. Some of them are specific to biomes, while others are more common.
- Spawning: Over time, loot balls will spawn in the world around random players.
- Fishing: Players can catch loot balls when fishing with Cobblemon Poké Rods. Different rods can catch different tiers of loot balls, and using the Luck of the Sea enchantment increases the chance of finding a loot ball.
Loot balls are categorized into tiers that determine their rarity and loot quality: Common, Uncommon, Rare, and Ultra Rare.
Mapmaking 🗺️
Check out the documentation to learn how to use the mod objects and features in your custom maps. If you still have questions, feel free to ask on my discord server.
Note: The documentation is a work in progress, and some features may not be fully documented yet. If you need help with a specific feature, please reach out on my Discord server.
Custom Loot Balls 🎁
Create custom loot balls with different items and properties using the new Loot Ball Data system. You can customize various aspects, including:
- The name displayed in-game.
- The loot table used when opened.
- The texture of the loot ball.
- The amount of XP granted to the player.
- Player-specific timers (cooldowns) before a player can reopen the loot ball.
- Sources for how loot balls appear (e.g.,
generation,spawning), with detailed filters:weightfor rarity.structuretags.biometags (biome keys, biome tags, or biome dicts).dimensionlists.blocktags (for spawn block or base block).fluidtags.position(x, y, z coordinates with min/max ranges).lightlevels (block and sky, for spawning).timeof day (with period options).dateranges (e.g., seasonal events).weatherconditions (clear, rain, thunder).
- Variants for a single loot ball type, each with its own optional name, texture, and loot table.
Some of these features are continuously being refined, but the data system is designed for flexibility and future additions.
Mod configuration ⚙️
The mod configuration is powered by MidnightLib and supports in-game editing:
- Fabric: Edit via ModMenu.
- NeoForge: Edit via the Mods menu.
- Command: Server OPs can use
/midnightconfig cobbleloots <key> <value>.
The config file is located in the config folder of your Minecraft instance. Check the Configuration docs for more information.
FAQ
How do I make loot balls give loot to every player, not just the first one?
This is a common setup for servers where you want all players to be able to collect loot from the same ball.
You need two things:
- Infinite uses — Set the
usesNBT tag on the loot ball to-1. A loot ball with-1uses is infinite and works on a per-player basis: each player gets their own loot independently. - Player cooldown (optional) — Set the
PlayerTimerNBT tag to a number of ticks. This is the cooldown before a player can collect from the same ball again. If omitted (or set to0), each player can only ever collect once.
To apply this globally to all new loot balls, update the default configuration values:
- Set
loot_ball_default_usesto-1→ all newly spawned/generated loot balls will have infinite uses. - Set
loot_ball_default_player_cooldownto the desired cooldown in ticks (e.g.,72000= 1 hour) → players can reclaim after that time. Set to0to allow each player to collect exactly once, with no reclaim.
See the Configuration docs for more details.
Planned Features
Commands 🛠️
Commands to help mapmakers and server owners to manage the mod features.
Hidden Items 🔍
Inspired by the original Pokémon games, Hidden Items are invisible objects scattered across the world, waiting to be discovered.
Fake Items 🪤
Be aware that some objects may not be what they appear to be. Pokémon will sometimes disguise themselves as objects in order to trick you.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers