CurseForge · Minecraft mod
Material Beacons
Changes how beacons work depending on the material used. Instead of beacons being built out of any valid material and then selecting an effect, the material used to build the beacon determines the effect.
Quick answer
Which Material Beacons release matches 26.2?
Material Beacons 1.1.0 for Minecraft 26.2 targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.
Where it goes
Is Material Beacons required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Material Beacons 1.1.0 for Minecraft 26.2 need?
Material Beacons 1.1.0 for Minecraft 26.2 on 26.2. Every mod below is checked against that same setup.
Install Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Material Beacons without breaking your instance.
Built for Material Beacons 1.1.0 for Minecraft 26.2 on 26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Material Beacons 1.1.0 for Minecraft 26.2. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Material Beacons 1.1.0 for Minecraft 26.2. It opens that exact file at the source.
About this project
What does Material Beacons add?

Material Beacons
Changes how beacons work depending on the material used. Instead of beacons being built out of any valid material and then selecting an effect, the material used to build the beacon determines the effect.
Based on the concept of Hardcore Beacons from the Better Than Wolves mod.
Current Materials and Effects
| Block | Effect |
|---|---|
| Diamond | Strength |
| Emerald | Luck |
| Glass | None |
| Glowstone | Night vision |
| Gold | Haste |
| Honey | Regeneration |
| Honeycomb | Absorption |
| Iron | Resistance |
| Netherite | Fire Resistance |
| Purpur | Slow Falling |
| Redstone | Speed |
| Slime | Jump Boost |
Datapacks
Beacon materials and effects can be added/modified using datapacks. The example json below creates a beacon using wool and/or clay with two tiers of effects:
- Tier 1: Blindness and Nausea
- Tier 2: Regeneration III
(/data/[namespace]/beacon/wool_clay.json)
{
"bases": [
"#minecraft:wool",
"minecraft:clay"
],
"powers": [
[
{
"effect": "minecraft:blindness",
"duration": 11,
"amplifier": 0,
"range": 10
},
{
"effect": "minecraft:nausea",
"duration": 11,
"amplifier": 0,
"range": 30
}
],
[
{
"effect": "minecraft:regeneration",
"duration": 17,
"amplifier": 3,
"range": 30
}
]
]
}
Bases are defined as a list of block tags or block ids. Powers are a list, with each index corresponding to a tier. Each tier contains a list of effects. As shown in the first tier, multiple effects can be assigned to a single tier. Note that each tier is independent of the others, and different effects and ranges can be applied for each tier.
Project description from CurseForge.
Pick your setup
Material Beacons by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3
2 loader builds26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11-snapshot
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9-snapshot
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader buildsShowing the newest 12 of 22 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Material Beacons versions and loaders
Material Beacons 1.1.0 for Minecraft 26.2
material_beacons-neoforge-26.2-1.1.0.jar
16 Sept 2026
Material Beacons 1.1.0 for Minecraft 26.2
material_beacons-fabric-26.2-1.1.0.jar
16 Sept 2026
Looking for an older file? The official CurseForge project page is in Resources.