Language

Chain Mining Reforged

Chain Mining Reforged

Modrinth

A commamds Mod for Fabric 1.21.4

2.0k downloads 1 followers updated 6mo ago
latest v0.0.1+build.25 Modrinth
Fabric 1.21.4 – 1.21.4 EquipmentUtilityWorldgen

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.
  2. Boss Fight Health Lock:

    /health limit @e[type=example:boss] set 500
    
    • Force set the boss's maximum health to 500 points.
  3. 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).

Versions

Beta
0.0.1+build.25
fabric · 1.21.4 · 6mo ago
### Reconstructed content 1. **Home Command**: - `/sethome` - The command is refactored this time. - `/back` - This one is also reconstructed. >…
764
Beta
0.0.1+build.24-hotfix.3
fabric · 1.21.4 · 13mo ago
# **0.0.1+build.24-hotfix.3 Patch Update** ### **Fix** Fixed Some bugs.
364
Beta
0.0.1+build.24-hotfix.2
fabric · 1.21.4 · 13mo ago
# **0.0.1+build.24-hotfix.2 Patch Update** **Fixed** Fix Some bugs.
36
Beta
0.0.1+build.24-hotfix.1
fabric · 1.21.4 · 14mo ago
# **0.0.1+build.24-hotfix.1 Patch Update** ### **Fixed** 1. Remove Him. 2. Fix the bug that the equipment cannot be displayed. ### **Addition** 1. Add some…
40
Beta
0.0.1+build.24
fabric · 1.21.4 · 14mo ago
# **0.0.1+build.24 Update** ### **Fixed** 1. Fix some bugs 2. Modifies the type of special weapon. 3. Fixed a bug where tool weapons may not be…
35
Beta
0.0.1+build.23
fabric · 1.21.4 · 14mo ago
# **0.0.1+build.23 Update** ### Fixed 1. Failed to register the teleport block item. 2. Fix a few bugs. ### Addition 1. Added some new bugs. 2. Special items…
43
Beta
0.0.1+build.22
fabric · 1.21.4 · 14mo ago
# **Patch Notes** ### **Version v0.0.1+build.22** ✨ **Additions** - **Expanded Crafting Recipes** - Added Bedrockium weapon recipes (Bow/Arrow) …
29
Release
0.0.1+build.21-hotfix.2
fabric · 1.21.4 · 14mo ago
# 0.0.1+build.21-hotfix.2 Patch Update ### Fix memory leak caused by recursive method of `buildNested Commands (int currentDepth) ` in `/sex`…
258
Release
0.0.1+build.21
fabric · 1.21.4 · 14mo ago
# **Chain Mining Reforged - 0.0.1+build.21 Update Log** ## **New Additions** ### **Weapons & Ammunition** - **Bedrock Metal Bow**: Added a powerful…
101
Beta
0.0.1+build.20
fabric · 1.21.4 · 14mo ago
# **Chain Mining Reforged v0.0.1+build.20 Patch Notes** ### **✨ New Content** 1. **Bedrock Metal Ore** - A mysterious new ore now spawns deep…
32
Beta
0.0.1+build.19
fabric · 1.21.4 · 14mo ago
# **Chain Mining Reforged v0.0.1+build.19 - Crafting System Expansion** ## **⚒️ New Crafting Systems Unveiled!** ### **1. Bedrock Crafting Line** **Core…
34
Beta
0.0.1+build.18
fabric · 1.21.4 · 14mo ago
# **Chain Mining Reforged v0.0.1+build.18 – Update Log** ### **✨ New Content & Features** #### **1. Introducing the Bedrock Series!** - **Brand-new…
29

Comments 0

No comments yet. Be the first to share your thoughts.