
DaycareBMC
Create Server-Side Fabric Mod(1.21.1,Java21)"BMCbreed"(id:bmcbreed).Context:Cobblemon Extension.Directives:NO Client assets/Mixins.Use...
Downloads
14
Remixes
0
Price
Free
cobblemon-fabric · Server · 1.21.1 · mod
BMCbreed Mod Notes
What was built
- Server-only Cobblemon extension providing breeding eggs, pasture automation, and administrative commands under the mod id
bmcbreed. - Adds two items:
breeding_egg(hidden Pokémon eggs) andpasture_token(places a pasture block that breeds nearby Pokémon). - Adds a pasture block & block entity that periodically scans a 10-block radius for compatible Pokémon and produces encrypted eggs.
How it works
- Configuration lives at
config/BMCbreed/config.jsonwith toggles for egg encryption, encryption key, breeding scan rate, shiny logic, hopper output, and neuter cost. - Eggs store Pokémon data in a CustomData tag; when
encryptEggsis true the data is AES-128 encrypted intoBMCDatausing the configured key. - Breeding eggs tick while a player is walking; every 20 ticks the internal
cyclescounter decreases until hatching, then the Pokémon is added to the player’s party (or dropped if full). - Pasture blocks check every
eggCheckTicksfor two compatible Pokémon (gender/egg groups, ignoring neutered or baby Pokémon). If found, they clone a child, apply shiny chances (supports disabled/masuda/crystal with multiplier), and create a breeding egg using the species’ egg cycles. - If
allowHoppersis true the pasture tries to insert eggs into a hopper beneath; otherwise it spawns the egg above the block.
Commands & permissions (base node bmcbreed.cmd)
/eggInfo– Inspect held egg; shows "§kSecret" when encrypted, otherwise displays IVs./forceHatch– Sets held egg cycles to 0 so it hatches on next tick./neuter <slot>– Marks the Pokémon in the given party slot as unbreedable and chargesneuterCostexperience levels (rounded up)./checkBreedable <slot>– Reports whether the party Pokémon is breedable./giveEgg <player> <specs>– Creates an egg from Cobblemon specs and gives it to the player./bmcbreed reload– Reloads the config and reinitializes encryption.
Important implementation details
- Encryption uses AES/ECB/PKCS5Padding with the key truncated/padded to 16 bytes; encrypted data is stored as Base64 string
BMCData. - Eggs use Mojang 1.21.1 data components (
CustomData) rather than legacy NBT wrappers. - Neutering adds
breedable=falseto Pokémon persistent data; pasture breeding ignores Pokémon with this flag.
Known limitations / suggestions
- Permissions API calls use a lightweight fallback stub; integrate a full permissions provider if stricter controls are needed.
- Pasture breeding stops after creating one egg per scan interval; expanding throughput would require queueing or multiple blocks.
- Eggs are consumed only when successfully added to a party; full parties will leave the egg intact after a warning message.
Cobblemon NPC's
CobblemonNPC's is an open source side mod enabling NPC management for server owners inside a config file. This mod was built using https://player.games/create
Cobblemon NPCs
Adds an NPC creation mod with a user-friendly Pokemon team builder tab to configure each NPC's team: species, level, nature, moves, EVs, IVs, shiny, form, and...
CobblemonBingo
Create a pokémon bingo mod where each player has to catch 25 different pokemon, each catch granting the player poke-dollars and completing a line also grants...
LivelyNPCS
I want to use Cobblemon's NPC system to add Npcs that naturally spawn. These npcs will be like how they are in the game where some of them just give you tips,...
CobbleDollars: Sign Shops
cobblemon mod that uses the cobbledollars mod and signs on chests to setup a shop system where players can sell or buy items within the chests with the signs...
Expanded PC Sorting
I'm looking for a mod that will expand on the functionality of the sorting options in the pc menu I want it so when the player holds control and clicks on one...