Перейти к содержимому
Mineforgian

TetherMine - Vein Miner

Sneak while mining ores or logs, and TetherMine breaks the farthest connected matching block first. The starting block breaks last, drops are delivered to your feet, and modded ores and logs are supported.

Загрузки
1K
Подписчики
0
Обновлён
29 июля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 20 июня 2026 г.

Example

TetherMine is a Fabric mod for singleplayer and servers that changes how ores and logs are mined while sneaking.

Sneak while mining an ore or log, and TetherMine will search connected matching blocks, break the farthest one first, and deliver its drops to your feet. Keep mining the starting block to work through the whole vein or tree. The block you started on breaks last.

TetherMine supports diagonal connections, vanilla ores, vanilla logs, raw ore blocks, ancient debris, and many modded ores/logs automatically when they follow common block ID names like _ore, _log, _wood, _stem, or _hyphae.

Server owners and singleplayer users can customize behavior with config/tethermine.json or Mod Menu:

{
  "max_scan_blocks": 256,
  "additional_blocks": [
    "minecraft:raw_iron_block = iron_ore",
    "minecraft:raw_gold_block = gold_ore",
    "minecraft:raw_copper_block = copper_ore",
    "minecraft:ancient_debris"
  ],
  "disabled_blocks": []
}

max_scan_blocks controls how many connected matching blocks TetherMine checks per mining attempt. The default is 256, which is enough for normal veins and large trees while keeping performance safe.

additional_blocks lets you add blocks that TetherMine should handle. Use block_id = family_key to connect a block to an existing group. For example, minecraft:raw_copper_block = copper_ore makes raw copper blocks mine with copper ore. You can also add a block by itself, like minecraft:ancient_debris, to make it work as its own group.

disabled_blocks lets you turn off specific blocks. For example, adding minecraft:diamond_ore prevents TetherMine from handling regular diamond ore, even though it would normally be detected automatically.

TetherMine is server-side only for multiplayer, so players do not need to install it to join a server that has it.

Ченджлог

1.2.1+1.20.1-ForgeРелиз1.20.1 · 18 июля 2026 г.
  • Added XP drops for XP-producing blocks mined by TetherMine.
  • XP orbs now appear at the player’s feet.
  • Added mined-block statistic tracking for TetherMine breaks.
1.2.1+26.2-neoforgeРелиз26.2 · 18 июля 2026 г.
  • Added XP drops for XP-producing blocks mined by TetherMine.
  • XP orbs now appear at the player’s feet.
  • Added mined-block statistic tracking for TetherMine breaks.
1.2.1+26.1.2-neoforgeРелиз26.1, 26.1.1, 26.1.2 · 18 июля 2026 г.
  • Added XP drops for XP-producing blocks mined by TetherMine.
  • XP orbs now appear at the player’s feet.
  • Added mined-block statistic tracking for TetherMine breaks.
1.2.1+26.2Релиз26.2 · 18 июля 2026 г.
  • Added XP drops for XP-producing blocks mined by TetherMine.
  • XP orbs now appear at the player’s feet.
  • Added mined-block statistic tracking for TetherMine breaks.
1.2.1+26.1Релиз26.1, 26.1.1, 26.1.2 · 18 июля 2026 г.
  • Added XP drops for XP-producing blocks mined by TetherMine.
  • XP orbs now appear at the player’s feet.
  • Added mined-block statistic tracking for TetherMine breaks.
1.2.0+26.2Релиз26.2 · 17 июля 2026 г.
  • Added easier config options for ores, logs, modded block detection, Creative mode, and scan limits.
  • Added /tethermine config with clickable settings for operators.
  • Added commands to reload, reset, change settings, and add or remove custom blocks.
  • Added giant mushroom support: stems, red mushroom blocks, and brown mushroom blocks mine together.
  • Added a Creative-mode option to disable TetherMine entirely.
  • Creative TetherMine breaks no longer give item drops.
  • Improved Fabric Mod Menu controls and automatic migration of older configs.
1.2.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 17 июля 2026 г.
  • Added easier config options for ores, logs, modded block detection, Creative mode, and scan limits.
  • Added /tethermine config with clickable settings for operators.
  • Added commands to reload, reset, change settings, and add or remove custom blocks.
  • Added giant mushroom support: stems, red mushroom blocks, and brown mushroom blocks mine together.
  • Added a Creative-mode option to disable TetherMine entirely.
  • Creative TetherMine breaks no longer give item drops.
  • Improved Fabric Mod Menu controls and automatic migration of older configs.
1.2.0+26.2-neoforgeРелиз26.2 · 17 июля 2026 г.
  • Added easier config options for ores, logs, modded block detection, Creative mode, and scan limits.
  • Added /tethermine config with clickable settings for operators.
  • Added commands to reload, reset, change settings, and add or remove custom blocks.
  • Added giant mushroom support: stems, red mushroom blocks, and brown mushroom blocks mine together.
  • Added a Creative-mode option to disable TetherMine entirely.
  • Creative TetherMine breaks no longer give item drops.
  • Improved Fabric Mod Menu controls and automatic migration of older configs.

Комментарии

Загружаем…