Cobbleloots: Loot Balls and More!
Modby Ripio
A side-mod for cobblemon that adds different ways to obtain items like in the original games.
Downloads
2,222,153
Type
Mod
CurseForge ID
1037611
Last Updated
Apr 9, 2026
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:
- weight for rarity.
- structure tags.
- biome tags (biome keys, biome tags, or biome dicts).
- dimension lists.
- block tags (for spawn block or base block).
- fluid tags.
- position (x, y, z coordinates with min/max ranges).
- light levels (block and sky, for spawning).
- time of day (with period options).
- date ranges (e.g., seasonal events).
- weather conditions (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 uses NBT tag on the loot ball to -1. A loot ball with -1 uses is infinite and works on a per-player basis: each player gets their own loot independently.
- Player cooldown (optional) — Set the PlayerTimer NBT tag to a number of ticks. This is the cooldown before a player can collect from the same ball again. If omitted (or set to 0), 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_uses to -1 → all newly spawned/generated loot balls will have infinite uses.
- Set loot_ball_default_player_cooldown to the desired cooldown in ticks (e.g., 72000 = 1 hour) → players can reclaim after that time. Set to 0 to 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.
Similar Mods
Cobblemon
A Pokémon mod for Minecraft Java Edition
Curios API
A flexible and expandable accessory/equipment API for users and developers.
LibVulpes
Common Library required for my mods
More Axolotl Variants Mod
Adds more axolotl variants!
Twerk Sim 2K16
Work it, twerk it, grow that wood!
Chocolate Fix
Fixes vanilla bugs - mostly to do with custom world generation - which have a much larger impact on modded.