Back to mods
Material Beacons project artwork

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Material Beacons release matches 26.2?

Updated yesterday
Best match for your filters Material Beacons 1.1.0 for Minecraft 26.2
Game version 26.2
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

1 required mod needs a matching file

Install Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

Fabric API Needed by Material Beacons 1.1.0 for Minecraft 26.2
required
No matching file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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 Logo

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.

37 available setups

Showing 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

2 of 17 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.