1.3.2
Compatibility
Required content
Changes
Release notes
Bug fixes
-
Fixed that bees cant construct from a portable beehive (https://github.com/StaticFX/Create-Buzzy-Bees/issues/35, https://github.com/StaticFX/Create-Buzzy-Bees/issues/28)
-
Fixed that the portable beehive ignored max bees per job limit (https://github.com/StaticFX/Create-Buzzy-Bees/issues/28)
-
Fixed that bees from the portable beehive could access portsout of their range
-
Fixed stuck reasons for task not showing up correctly
-
Fixed that bees only work in the overworld (https://github.com/StaticFX/Create-Buzzy-Bees/issues/37) -Fixed that bees spawned directly in your face
-
Fixed that the job detail screen did not show how many bees were activly working on it
-
Fixed broken bee model
-
Fixed that beehives did not drop bees when destroyed (https://github.com/StaticFX/Create-Buzzy-Bees/issues/31)
-
Fixed the portable beehives fuel consumption (https://github.com/StaticFX/Create-Buzzy-Bees/issues/32)
-
Fixed bees randomly being stuck (https://github.com/StaticFX/Create-Buzzy-Bees/issues/27)
Removed
- Removed old tooltip on portable beehive (https://github.com/StaticFX/Create-Buzzy-Bees/issues/34)
Additions
- Added a new stuck reason when the portable beehive has no fuel.
- Jobs are now persisted when the server restarts
Optional dependencies
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:eYbO4GyQ:sBxt3yXt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eYbO4GyQ:sBxt3yXt"
}






