Mobs & Pets
HomepagePurchase AdvancedPetsDiscord ServerMarketplaceMinecraft Hosting
  • Main Page
  • ➡️AdvancedPets UI [NEW]
  • ➡️Premium Mobs Pack
  • 🐶AdvancedPets
    • 🐕Available Pets
    • 🧟‍♂️Vanilla Mobs as Pets
    • 🪄Abilities
      • Ability Triggers
      • Effect List
    • Commands
    • Permissions
  • 🐮AdvancedMobs
    • The AdvancedMobs Wiki
    • 🦣Available Mobs
    • 🔧Commands
    • ⚙️Mechanics
      • Build Mobs With Blocks
      • Mob Loot
      • Random Spawning
      • Breeding
      • Mobs & Spawners Stacking
    • 📄AdvancedMobs API
  • 🐩MiniaturePets
    • 🐒Available Pets
    • 📚Information
      • Commands & Permissions
      • Config.yml Guide
      • Sql.yml Guide
    • ⁉️FAQ
  • 🛠️Edit Custom Mobs
    • In-Game Custom Mobs Creator
    • Configuration Explanation
    • Custom Mob Settings
    • ⁉️FAQ
  • 💾Supported Plugins
    • 🟣ItemsAdder support
    • 🤖ModelEngine
Powered by GitBook
On this page
  • How to disable?
  • How to change breeding materials or allow new mobs to be bred?

Was this helpful?

  1. AdvancedMobs
  2. Mechanics

Breeding

Configuring breeding and toggle it on or off

Breeding mechanic allows players to breed 2 same type mobs to "create" a new mob of same type.

How to disable?

Go into plugins/AdvancedMobs/breeding.yml file and set enabled to false, then restart.

How to change breeding materials or allow new mobs to be bred?

In the same file mentioned above, you can customize which mobs can be bread and what material is required.

breeding.yml
mobs:
  Dog: BONE

Here we have an example of how Dog mob can be bred. To add your own, simply add a new line and list the mob in this format: <mob file name>: <material name>

Example:

breeding.yml
mobs:
  Dog: BONE
  CustomMob: STICK
PreviousRandom SpawningNextMobs & Spawners Stacking

Last updated 2 years ago

Was this helpful?

🐮
⚙️