All versions
3.1.3
Release
Queen Bee 1.20.1-3.1.33 years ago 10.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.1.3] - 2023-09-30
Added
- Add japonese (ja_jp) translation. Thanks EndilCrafter
[3.1.2] - 2023-07-26
Changed
- Improved code to ensure better compatibility between other mods and to follow Mixin standards
- File name changed
[3.1.1] - 2023-07-07
Changed
- Update to forge 47.1.0
[3.1.0] - 2023-07-05
Fixed
- Fix bee not despawning when leaving and joining the world
Changed
- Update mod to 1.20.x
- General code improvements
- Make it possible to repair the Stinger Sword using stingers
[3.0.3] - 2023-06-24
Added
- Add uk_ua translation. Thanks unroman
Changed
- Update JEI version (1.19.4)
[3.0.2] - 2023-06-08
Added
- Add chinese translation. Thanks junshengxie's
Changed
- Update Forge version (1.19.4)
- Update Geckolib version (1.19.4)
- Update JEI version (1.19.4)
[3.0.1] - 2023-05-30
Added
- Add option to enable/disable stinger drop from bees
Fixed
- Fix stinger item not dropping from productive bees
- Fix mod not working on servers
[3.0.0] - 2023-05-28
Added
- Tooltip for stinger sword
- Tooltip for Antenna
- Compatibility with Bumblezone
- You can enable or disable Antenna at bumblezone dimension
- You can use the_bumblezone:bee_stinger to craft the Stinger Sword
- Compatibility with JEI
- Itens have a description available
- Stinger to poison potion brewing recipe appears at JEI
- Compatibility with Productive Bees
- Antenna works for all productive bees
- Stinger sword at Minecraft swords tag
- New Queen Bee spawn egg texture
- Much more configs
Fixed
- Fix sound not following Queen Bee entity when flying
- Fix bees leaving bee_nest/beehive when using a bottle or shears when antenna is equipped
Changed
- Complete rewrite of the mod, now I don't use MCreator anymore
- Bee loot table is now handled by Global Loot modifier
- Queen Bee changes texture when angry
- Queen Bee changes ambient sound when angry
- Poison nimbus color fits the new color of poison potion (1.19.4)
- Queen Bee poison nimbus has a cooldown of 10 seconds before being able to use again
- Queen Bee can summon angry bees if there is bees around but without stinger
- Queen Bee will check in a larger area for bees before trying to summon angry bees
- Queen Bee now has a cooldown before being able to summon angry bees instead of a chance
- Queen Bee now is faster (Same speed as bees)
- When a bee is angry it also makes Queen Bee angry
- Bees get angry with entities that are not the Player when Queen Bee is angry to that entity
- Poison nimbus radius changed from 4 to 7
- Poison nimbus only spawns when you are 7 blocks or less of distance from Queen Bee (Before was 8)
- Changed xp reward from 10 to 20
- Changed advancement background from stone to honeycomb block
- Improved beehive structure generation
- Changed structure name from bee_hive to beehive
- Changed bee_antenna to antenna
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:BT6ySFDE:16YDYOCi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BT6ySFDE:16YDYOCi"
}

