Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
0.2.0
Release
Carpet Buzzies 0.2.0 for 1.19.3-43 years ago 166
Compatibility
Minecraft: Java Edition
1.19.3–1.19.4
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Unavailable version
Changes
The first real version of this mod, as 0.1.0 was a dumpster fire.
beeNestGenerationrule, with 4 different options. This can change how bee nests generate on newly grown trees.vanilla: as you would expect, vanilla behavior.off: also, as you'd expect, no more bee nests generate.always: a bee nest will always attempt to generate, instead of only a 5% (or 1% with mangrove) chance per tree.always_all: same as above, except it generates a bee nest in every spot that was considered. You will often get 3 nests generate on simple trees like birch and (not big) oak.
beeNestsGenerateBees, which can be set totrueorfalse. This controls whether or not newly generated bee nests will have bees generated inside them.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| carpet-buzzies-1.19.4-0.2.0.jar | Unknown | 13.66 KiB |
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:qm8gbGRS:nlhzCd9W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qm8gbGRS:nlhzCd9W"
}

