Chain Mining Reforged

Quick rating

Community listing page, reviews here may not be monitored by the author.

Chain Mining Reforged

No reviews yet

A command mod for fabric 1.21.4

World Gen Improvements
QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Latest Version
Chain Mining Reforged-0.0.1+build.25

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

A commands mod for fabric 1.21.4 minecraft.

General Section:

  1. Added Commands:

    • 1) /chainmining or /cmr command, used to modify chain mining configurations.
    • 2) /sethome command, used to set the nearest home.
    • 3) /back command, used to return to the last set home.
    • 4) /health command, mainly for modifying health values.
  2. About Format:

    • /chainmining <allow|denied> [<block>] ---[<block : Block> ], - If the block parameter is empty, the target will be set to the block the player's cursor is pointing at.
    • /sethome [<HomePos>] ---[<HomePos : Vec3>], - If the HomePos parameter is empty, the location will be set to the position the player's cursor is pointing at.
    • /back [<HomePos>] ---[<HomePos : Vec3>], - The effect is similar to /sethome, but this one returns to the last set home location.

About Health Command:

Command Descriptions:

  1. Basic Commands:

    • /health add <target> <value> - Increase the target's current health.
    • /health remove <target> <value> - Decrease the target's current health.
    • /health set <target> <value> - Directly set the target's current health.
  2. Maximum Health Adjustment:

    • /health limit <target> add <value> - Increase the maximum health.
    • /health limit <target> remove <value> - Decrease the maximum health.
    • /health limit <target> set <value> - Set the maximum health.
  3. Condition Filtering (modify/distance):

    • /health modify <target> <operation> <value> - Perform a health operation on the target.
    • /health modify <target> <operation> <value> distance <x> <y> <z> <radius> - Perform the operation within a specified area.

Examples:

  1. Area Healing:
   /health modify @e add 10 distance 100 64 100 15
  • Heal all entities within a 15-block radius centered at (100,64,100) by 10 health points.
  1. Boss Fight Health Lock:
   /health limit @e[type=example:boss] set 500
  • Force set the boss's maximum health to 500 points.
  1. Danger Zone Health Drain:
   /execute as @a at @s run health modify @s remove 2 distance ~ ~ ~ 5
  • Continuously drain health from each player within a 5-block radius (requires a looping command block).

A commands mod for fabric 1.21.4 minecraft.

General Section:

  1. Added Commands:

    • 1) /chainmining or /cmr command, used to modify chain mining configurations.
    • 2) /sethome command, used to set the nearest home.
    • 3) /back command, used to return to the last set home.
    • 4) /health command, mainly for modifying health values.
  • About Format:

    • /chainmining <allow|denied> [<block>] ---[<block : Block> ], - If the block parameter is empty, the target will be set to the block the player's cursor is pointing at.
    • /sethome [<HomePos>] ---[<HomePos : Vec3>] , - If the HomePos parameter is empty, the location will be set to the position the player's cursor is pointing at.
    • /back [<HomePos>] ---[<HomePos : Vec3>] , - The effect is similar to /sethome, but this one returns to the last set home location.

About Health Command:

Command Descriptions:

  1. Basic Commands:

    • /health add <target> <value> - Increase the target's current health.
    • /health remove <target> <value> - Decrease the target's current health.
    • /health set <target> <value> - Directly set the target's current health.
  • Maximum Health Adjustment:

    • /health limit <target> add <value> - Increase the maximum health.
    • /health limit <target> remove <value> - Decrease the maximum health.
    • /health limit <target> set <value> - Set the maximum health.
  • Condition Filtering (modify/distance):

    • /health modify <target> <operation> <value> - Perform a health operation on the target.
    • /health modify <target> <operation> <value> distance <x> <y> <z> <radius> - Perform the operation within a specified area.

Examples:

  1. Area Healing:

    /health modify @e add 10 distance 100 64 100 15
    
    • Heal all entities within a 15-block radius centered at (100,64,100) by 10 health points.
  • Boss Fight Health Lock:

    /health limit @e[type=example:boss] set 500
    
    • Force set the boss's maximum health to 500 points.
  • Danger Zone Health Drain:

    /execute as @a at @s run health modify @s remove 2 distance ~ ~ ~ 5
    
    • Continuously drain health from each player within a 5-block radius (requires a looping command block).

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
<1,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works