Tags
Creators
Details
7.0.19+1.20.1-forge
Compatibility
Changes
(V.7.0.19 Changes) (1.20.1 Minecraft)
Entities:
Fixed crash when Sentry Watcher hurts a player outside my dev environment.
Blocks:
Slight optimization to Heavy Air checks to not run on client as it is entirely server sided anyway.
Items:
Added translations for Arrow of Neurotoxins.
Removed "Long" from name of Neurotoxin potions that have extended time.
Fluids:
(Forge): Fixed unable to swim in Sugar Water.
Structures:
Stop Honey Cave Room structure spawning too out in the open at times.
Mod Compat:
Enderman Overhaul's Icy, Warped, and Crimson Pearls can teleport player to Bumblezone when hitting Beehives/Bee Nests.
Made Enderman Overhaul's Pearls unable to teleport Bumblezone's Sentry Watcher, Cosmic Crystal, Electric Ring, and Purple Spikes.
Several Enderman Overhaul's mobs will now spawn flowers or mushrooms if Pollen Puff is thrown at them.
(V.7.0.18 Changes) (1.20.1 Minecraft)
Entities:
Fixed cases where Bee Queen would not give Essence of the Bees reward due to not receiving the player UUID properly.
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:gLwKIPGu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:38tpSycf:gLwKIPGu"
}

