Skip to content

My attempt to create a scuffed Cobblemon "breeding" for my friends and I to use.

License

Notifications You must be signed in to change notification settings

ThomasQTruong/VeryScuffedCobblemonBreeding

Repository files navigation

Very Scuffed Cobblemon Breeding (Mod)

My attempt to create a scuffed Cobblemon "breeding" for my friends and I to use.

  • This is my first ever mod! :)
  • It is an instant breeding system with a 5-minute default cooldown.
  • Single player cooldown has a slight issue.
    • If you rejoin, you are instantly out of cooldown.
      • Cheat at your own will.
  • Tries to mimic the actual breeding system.
    • Can breed using ditto, self, or same egg groups.
      • Offspring will be the same as the mother.
      • Offspring is the base evolution.
      • Moves and EXP are reset.
      • Shinies are obtainable (same rates as your Cobblemon config).
    • Also has the breeding restrictions.
      • No same genders.
      • No differing egg groups.
      • No Undiscovered egg group.
      • No double ditto.
      • Ditto breeding can be disabled.
    • 3 IVs randomly get inherited from either parent.
      • Unless breeding items are used (i.e. power belt and destiny knot).
    • EVs get reset.
    • Friendship gets randomized.
    • Gender gets randomized based on the Cobblemon's gender ratio.
    • Ability gets randomized.
      • Hidden abilities are supported.
        • 60% chance to pass down if either parents have a hidden ability.
        • Can be disabled in config.

Download

Dependencies

How to use:

  1. Open up the breeding GUI.
    • Command: /pokebreed
    • image
    • No perms mod/plugin?
      • Check out the configs section under.
  2. Select two Cobblemons to breed.
    • image
    • Next/Previous box is at the bottom right.
      • image
  3. Confirm breed.
    • Confirmation button is between the Next/Previous buttons.
    • image
  4. Trying to breed again when under cooldown will let you know the cooldown duration.
    • image

Getting breeding items [LEGACY]:

  • Not needed anymore since v1.4 added breeding items to the game.
  • Only obtainable via commands.
    • Mainly dedicated for servers to sell these special items.
  • Can change the item to whatever you want.
    • The only thing that matters is the breedItem NBT attribute.
  • Use commands to get breeding items:
    • /give [Player] minecraft:light_gray_dye{display:{Name:'{"text":"Everstone","italic":"false"}'}, breedItem:"Everstone"}

    • /give [Player] minecraft:red_dye{display:{Name:'{"text":"Destiny Knot","italic":"false"}'}, breedItem:"Destiny Knot"}

    • /give [Player] minecraft:light_blue_dye{display:{Name:'{"text":"Power Anklet","italic":"false"}'}, breedItem:"Power Anklet"}

    • /give [Player] minecraft:yellow_dye{display:{Name:'{"text":"Power Band","italic":"false"}'}, breedItem:"Power Band"}

    • /give [Player] minecraft:orange_dye{display:{Name:'{"text":"Power Belt","italic":"false"}'}, breedItem:"Power Belt"}

    • /give [Player] minecraft:pink_dye{display:{Name:'{"text":"Power Bracer","italic":"false"}'}, breedItem:"Power Bracer"}

    • /give [Player] minecraft:purple_dye{display:{Name:'{"text":"Power Lens","italic":"false"}'}, breedItem:"Power Lens"}

    • /give [Player] minecraft:lime_dye{display:{Name:'{"text":"Power Weight","italic":"false"}'}, breedItem:"Power Weight"}

Configs

Permissions

  • command.pokebreed - default is level 2.
    • 0 = anyone can use it.
  • command.vippokebreed - permission level to get VIP cooldown.

Cooldowns

  • command.pokebreed.cooldown - default is 5 minutes.
  • command.pokebreed.vipcooldown - default is 3 minutes.

Other Features

  • ditto.breeding - default is 1.
    • 1 = ditto breeding ENABLED.
    • 0 = ditto breeding DISABLED.
  • hidden.ability - default is 1.
    • Only matters if either parent has a hidden ability.
    • 1 = hidden ability can be passed.
    • 0 = hidden ability cannot be passed.

Credits

This would not have been possible without these open source works:

Addons used in images:

Datapacks

About

My attempt to create a scuffed Cobblemon "breeding" for my friends and I to use.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published