Tags
Creators
Details
7.4.18+1.20.1-fabric
Compatibility
Required content
Changes
(V.7.4.18 Changes) (1.20.1 Minecraft)
Blocks:
Fixed named Honey Cocoon losing name when mined without Silk Touch.
Honey Bucket can be crafted from Honey Block and Bucket now.
Commands:
Added /bumblezone_teleport <entity> command where if used on any living entity, it'll teleport them to Bumblezone.
If used on entities already in Bumblezone, it'll teleport them out.
This is using the beehive teleporting mechanics behind the scenes.
Requires op permission to use.
(V.7.4.17 Changes) (1.20.1 Minecraft)
Items:
Fixed Essence of Life defaulting crop block's non-age properties.
Mod Compat:
Allow Farmer's Delight Knives to be enchanted with Comb Cutter enchantment.
String Curtain, Dirt Pellet, Hanging Gardens compat setup for Estrogen's Moth.
Fixed Pollen Puff compat with Infernal Expansion's mobs.
Added compat with Biomes We've Gone so flowers are handled better. Also added Pollen Puff compat to their Pumpkin Warden and Oddions.
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:eA8SXqWL:1JJfKksh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:1JJfKksh"
}



