Tags
Creators
Details
7.7.0+1.20.1-forge
Compatibility
Changes
(V.7.7.0 Changes) (1.20.1 Minecraft)
Entities:
Added the_bumblezone:dirt_pellet and the_bumblezone:event_dirt_pellet damage types to use for Dirt Pellets throw by player or shot by Rootmin.
Easier to target this damage type now by other mods.
Added the_bumblezone:event_damage damage type tag to allow easier disabling damage scaling from a different mod to these damage types.
Fixed Rootmin shooting not shooting from mouth when Rootmin turns.
Adjusted trajectory for Rootmin Dirt Pellet shooting.
Fixed Dirt Pellet hitbox not centered on the texture.
Doubled the damage that thrown Dirt Pellet does to flying mobs now. From damage of 3 to 6 now.
Misc:
Made the welcome message and near beehive advancement only show when within 3 blocks of a beehive instead of 8 blocks.
Adjusted welcome message to state advancements have info for entering/exiting dimension.
Mod Compat:
Added compat with EnvironmentZ so Bumblezone dimension is around 96 degrees Fahrenheit! Special thanks to KrimZik for making the compat JSON file! See their other EnvironmentZ compat here: https://modrinth.com/datapack/environmentz-compats
Fixed bug where Ars Elemental projectiles can still teleport player to Bumblezone without Blink on.
Lang:
Argentine Spanish (es_ar.json) translation added by Texaliuz!
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:38tpSycf:PEuPgXhn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:38tpSycf:PEuPgXhn"
}


