Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 7 months ago
Updated 7 months ago
Cobbreeding Pro
Inspiration Mod: Cobbreeding
Version: 1.7.3
Overview
Cobbreeding Pro is an enhanced version of the original Cobbreeding mod. This modification introduces a more user-friendly interface, adds competitive features for more advanced breeding mechanics, and includes new options to determine the gender of the egg using dyes.
Features
1. Enhanced Tooltips
- Improved tooltip interface with detailed information about the breeding process and beautiful design, including:
- Type.
- Timer.
- Name.
2. Competitive Breeding Mode
- Introducing a new
breedingMethod
called"competitive"
that mimics mechanics found in competitive breeding games like PokeMMO. - In Competitive mode:
- The offspring inherits traits based on parents' genetic data, adding a layer of strategy to the breeding process.
Competitive Breeding Details
- When using Competitive mode:
- Parents are consumed after the breeding process, meaning they will disappear once the offspring is created.
- Offspring stats are determined using a range based on the parents' IVs:
- If a parent has 21 IV in Attack and the other has 31 IV in Attack, the offspring's IV for Attack will be a random value within that range (21-31).
- For stats where both parents have the same IV, the offspring will inherit that exact value. For example, if both parents have 25 IV in Defense, the offspring will also have 25 IV in Defense.
- Bracelets can be used from both parents to determine a specific IV from each parent, allowing for more precise control over the offspring's stats.
- This system encourages strategic breeding to maximize the potential of offspring.
3. Gender Selection
- Added support for determining the gender of the offspring using dyes:
- Use Pink Dye to ensure the egg will hatch a female.
- Use Light Blue Dye to ensure the egg will hatch a male.
- If no dye is used, the gender will be randomly determined.
4. Original Breeding Mode
- If
breedingMethod
is set to"original"
, the breeding mechanics will follow the style of the original Pokémon games:- The offspring inherits traits in a simpler manner, with fewer calculations for genetic outcomes.
- Gender will still be determined randomly even if dyes are applied.
- Individual Values (IVs) for the offspring are inherited as follows:
- Three of the offspring's IVs are chosen randomly from the parents. This means that the offspring will randomly inherit three IVs (Attack, Defense, Speed, etc.) from either parent.
- The remaining three IVs are generated randomly, allowing for a full range of IVs from 0 to 31.
5. Basic Mod Features
Cobbreeding Pro retains all key features from the Cobbreeding mod, including:
- Basic Pokémon Breeding: A simplified system to breed Pokémon and obtain eggs early in the game.
- Ambient Sounds: Includes the sound of a chicken laying an egg when a Pokémon egg is generated in the pasture block.
- Automatic Pokedex Registration: Pokémon hatched from eggs are automatically registered in the Pokédex, ensuring easy tracking of newly obtained species.
6. Breeding Features
- The offspring's species is determined by the female parent (or the non-dominant species in the case of a breeding pair of the same species).
- Compatible Pokémon breed if left in the pasture together, even with different owners.
- IVs inheritance, including function of Power items and Destiny Knot.
- Nature inheritance, including function of the Everstone.
- Form inheritance: Regional forms are inherited directly from the parents.
- Ability inheritance: Small chance to randomly get the Pokémon's hidden ability.
- Egg moves inheritance: Every move the parents ever learned are included, so no need to equip them in their move set.
- Pokéball inheritance.
- Shiny hunting using methods similar to Masuda or Gen2 shiny breeding.
- Abilities reducing hatch time by half.
- Eggs spawning in the pasture block when Pokémon successfully breed.
- Being able to pick up an egg in the bottom of a pasture block with an empty hand.
- Keeping Pokémon eggs in the inventory that will hatch with time passing (timer is stopped if the egg is not in a player inventory).
- Mirror Herb teaching Egg Moves every time the block rolls for an egg.
Configurable Options
eggCheckTicks
(Default: 12000): How many ticks between each attempt to spawn an egg in a Pasture Block.eggCheckChance
(Default: 0.5): How likely an attempt to spawn an egg succeeds.eggHatchMultiplier
(Default: 1.0): Controls how quickly eggs hatch.shinyMethod
(default to "masuda"):"disabled"
: Pokémon will hatch with a normal shiny rate."masuda"
: If the two Pokémon making an egg belong to different trainers, the shiny rate will be multiplied byshinyMultiplier
."crystal"
: Each shiny parent multiplies the shiny rate for the egg byshinyMultiplier
."crystalmasuda"
: Both crystal and masuda methods are used at the same time.
shinyMultiplier
(default to 4.0): Multiplies the shiny rate of the egg depending on the shinyMethod that has been set.breedingMethod
(Default:"competitive"
):"competitive"
: Introduces a strategic breeding approach where offspring inherit traits based on parents' genetic data, with parents being consumed after breeding."original"
: Follows traditional Pokémon breeding mechanics, where the offspring inherits traits in a simpler manner without complex calculations for genetic outcomes.