beta-1.0
Compatibility
Changes
Reactive Blocks
Reactive Blocks is a datapack that adds unique reactions, effects, and sounds to various blocks when you step or jump on them.
Features
Block Effects
Sculk → Applies Slowness
Sculk Catalyst → Applies Darkness
Glowstone → Applies Glowing
Stonecutter → Deals damage
Furnace → Deals damage
Respawn Anchor → Grants Regeneration (amplifier depends on stored glowstone)
Eyeblossom → Applies Weakness or Strength (depends if it is open or closed)
Decorated Pot → Gives a random effect
Shroomlight → Applies Glowing
Creaking Heart → Applies Blindness
Resin → Applies Slowness
And More..
Sound Interactions
Some blocks play custom sounds when you jump or land on them Adds more immersion and feedback to movement
Enchantments
Soft Step (boots enchantment) → disables or prevents negative effects from reactive blocks

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:3kh8dxq4:FA3muGy1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3kh8dxq4:FA3muGy1"
}

