1.0.0
Compatibility
Changes
Tameable Bees - Tameable Bees
Now you can tame bees!
Have you ever dreamed of having your own army of buzzing protectors? Or just wanted a cute bee to follow you around, collecting pollen and making you look pretty? This mod adds a new type of bee that can become your loyal (well, almost) companions!
How to tame?
It's simple - you just need any flower! Yes, any: poppy, dandelion, tulip, blue orchid - bees are not picky.
Find our special bee (they are found in beehives with regular ones).
Take the flower in your hand and right-click on the bee.
With a 33% chance, the bee will tame - you will see hearts and it will start following you!
Reproduction: click with a flower on two tamed bees - they will create offspring!
What can a tamed bee do?
Follow the owner: flies with you wherever you go.
Sit still: right-click again to switch the "fly/sit" mode.
Collect pollen: like regular bees, they love flowers, but when they follow you, they're less distracted.
Protect the owner: if someone hits you, all your tamed bees nearby will attack the offender!
Call for help: If you hit a bee itself, it will summon all nearby bees (both regular and tamed) to its defense.
Unique appearance
Our bees are different from regular bees! They have:
A reddish-brown body with classic black stripes
Large black eyes with a soft purple tint
Pollen in shades of pink, peach, and blue
A chocolate-purple egg of their own Spawn Egg
Also, the textures change depending on the state:
an angry bee, a bee with pollen, an angry bee with pollen — everything looks different!
Warning
Bees are proud and independent creatures! Even a tamed bee can attack you in return if you hit it. They don't lose their character. So be polite to your little friends!!
Installation
- Install NeoForge 1.21.1
- Download the mod file .jar
- Place it in the mods folder of your game
- Done! Find a special bee in the beehives or use the summoning egg in creative mode
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:B5AX3T4v:9bVjLKB5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B5AX3T4v:9bVjLKB5"
}

