
A simple mod that make certain blocks give potion effects to players near by.
When players close to the blocks configured. Players will get effects.The type of effects depends on the configuration. If there are multiple blocks configured close to the players in certain range. Players will get multiple effects from each blocks in the certain range.
The global range of block detection,global check intervals and the effect type blocks can give are all configurable in
config/blockgiveeffects.json
configuration file format:
{
"globalRange": 3.0, //The range block can give players effects.
"checkInterval": 20, //The frequentancy of player detection.
"entries": [
{
"targetBlock": "minecraft:cake",
"effectId": "minecraft:regeneration",
"duration": 200,
"amplifier": 0
}
]
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as blockgiveeffects-1.0.jar — drop this file into the mods folder
- Download size: 152 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.