
Veinminer
Veinminer is a configurable mining mod that lets you break entire veins with a single block break. It keeps the grind down while giving server owners clear controls, limits, and permissions.
- Загрузки
- 419K
- Подписчики
- 118
- Обновлён
- 7 июля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 7 сентября 2024 г.
⛏ Veinminer
Veinminer is a configurable mining mod that lets players break connected ore and log veins with one normal block break. It keeps the grind down while giving server owners clear controls, limits, and permissions.
No /veinminer setup command is required. Install the mod, hold Shift while mining a supported block, and Veinminer works immediately.
⚙️ Key Features
- 🧱 Vein Mining — mines connected supported blocks with safe block caps.
- 🛠️ Activation Choices — Shift/sneak by default, optional client hotkey, hold or toggle mode per player.
- 🙌 Empty-Hand Support — server owners can allow
handas a tool entry. - 🧰 Flexible Block Lists — global block and tool lists for server control.
- 🪓 Per-Tool Rules — optional advanced per-tool block lists.
- ⚡ Durability Safety — optional guard to avoid breaking tools.
- 🔁 Cooldown & Limits — optional cooldown, exhaustion, and max-block controls.
- ✴️ Particles/Outline — per-player outline particles with color and duration controls.
- 🔐 LuckPerms Toggle — optional integration for permission-managed servers.
- 🧪 Advanced Test Command —
/vmadvanced testwhen advanced mode is enabled. - 🔄 Live Reloads —
/veinminer reloador/vmadmin reloadreloads configs from disk.
Works server-side out of the box. Optional client mod adds the hotkey, default V.
🔧 Configuration & Commands
Command quick reference
Player Commands
| Command | Description |
|---|---|
/veinminer |
Show quick help. |
/veinminer help [topic] |
Help for toggle, reload, activation, togglemessages, or particles. |
/veinminer toggle |
Toggle Veinminer for yourself. |
/veinminer activation keybind |
Switch between Shift and the optional client keybind. |
/veinminer activation mode hold|toggle |
Set your activation mode. |
/veinminer togglemessages permission|disabled|cooldown|durability |
Toggle your own feedback messages. |
/veinminer particles toggle |
Toggle your own outline particles. |
/veinminer particles setcolor <red> <green> <blue> |
Set your own outline particle color. |
/veinminer particles setduration <ticks> |
Set your own outline particle duration. |
/veinminer reload |
Reload configs from disk. Requires admin/manage permission. |
Admin Commands
| Command | Description |
|---|---|
/vmadmin blocks add|remove|list|clear <id|#tag> |
Manage global block lists. |
/vmadmin tools add|remove|list|clear <id|#tag|hand> |
Manage allowed tools. |
/vmadmin settings blocklistmode whitelist|blacklist |
Set global block list mode. |
/vmadmin settings maxblocks <value> |
Set max blocks per activation. |
/vmadmin settings cooldown enable|disable|set <seconds> |
Configure cooldown. |
/vmadmin settings exhaustion enable|disable|scale <value> |
Configure exhaustion cost. |
/vmadmin settings luckperms enable|disable |
Toggle LuckPerms integration. |
/vmadmin reload |
Reload configs from disk. |
/vmadmin confirm / /vmadmin cancel |
Confirm or cancel pending destructive admin actions. |
Advanced Commands
Advanced commands are only registered when advanced.enabled = true in GeneralConfig.toml.
| Command | Description |
|---|---|
/vmadvanced blockpertool ... |
Manage per-tool block lists. |
/vmadvanced settings blockpertool |
Toggle per-tool block list mode. |
/vmadvanced test |
Run the advanced feature test harness. |
/vmadvanced confirm / /vmadvanced cancel |
Confirm or cancel pending destructive advanced actions. |
📁 Config Files
Written to config/Veinminer/ (TOML) on first run.
Config file overview
GeneralConfig.toml
basic.enabledtruebasic.activation_keySHIFTbasic.require_correct_tooltruebasic.check_tool_durabilitytrue,basic.durability_cap1,basic.durability_modeABSOLUTEvisual.show_particlestrue,visual.show_chat_feedbacktrueadvanced.enabledfalse,advanced.debug_loggingfalseadvanced.block_limits.max_blocks64advanced.cooldown.enabledfalseadvanced.exhaustion.enabledfalse
ToolsList.toml
- Allowed tools, including optional
handsupport.
BlocksList.toml
- Global block list for supported ores, logs, tags, or custom entries.
BlockPerToolList.toml
- Per-tool block lists when advanced per-tool mode is enabled.
🛡️ Permissions
Permission nodes
General
veinminer.useveinminer.reloadveinminer.settings.manageveinminer.*
Blocks
veinminer.blocks.manageveinminer.blocks.addveinminer.blocks.removeveinminer.blocks.listveinminer.blocks.*
Tools
veinminer.tools.manageveinminer.tools.addveinminer.tools.removeveinminer.tools.listveinminer.tools.*
Per-Tool
veinminer.blockpertool.manageveinminer.blockpertool.blocks.add|remove|listveinminer.blockpertool.tools.add|remove|listveinminer.blockpertool.blocks.*veinminer.blockpertool.tools.*
Particles
veinminer.particles.manageveinminer.particles.enableveinminer.particles.disableveinminer.particles.setcolorveinminer.particles.setduration
🧱 Compatibility
- ✅ Fabric: Minecraft 1.20 through 26.2.
- ✅ NeoForge: Minecraft 1.21 through 26.2.
- ✅ Works on dedicated servers and single-player integrated servers.
- ❌ No Forge builds are currently planned.
🖥️ Client Optional
Installing the client build enables the hotkey and sends key state to the server. Default key: V. Without the client, Shift/sneak activation remains available for a vanilla-only server-side experience.
📥 Installation
- Download the latest build for your loader and Minecraft version.
- Drop the jar in
/mods. - Restart the server or client.
- Play normally. Edit configs or enable advanced mode only if you need admin controls.
💬 Support
Discord: https://discord.gg/43nu6wSWRC
🧰 Other Projects
- 🔨 Hammer Mining — 3x3 breaking via enchant.
Ченджлог
3.1.3+26.2Релиз26.2 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+26.1.2Релиз26.1.2 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+26.1.1Релиз26.1.1 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+26.1Релиз26.1 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+1.21.11Релиз1.21.11 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+1.21.10Релиз1.21.10 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+1.21.9Релиз1.21.9 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
3.1.3+1.21.8Релиз1.21.8 · 7 июля 2026 г.
Unreleased
Added
- Added Fabric build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added NeoForge build support for Minecraft
26.1,26.1.1,26.1.2, and26.2. - Added build/upload metadata entries for the new
26.xMinecraft version format.
Changed
- Version target normalization now resolves underscore-separated targets such as
26_1,26_1_1, and26_2to dotted Minecraft versions. - Fabric
26.xuses a Mojang-named source port because Fabric Yarn and Fabric Intermediary mappings are not published for the new26.xversion format. - Fabric
26.xclient keybind networking and server outline particles are ported to the available Mojang-named API surface. - Fabric
26.xmetadata now depends on the current Fabric API mod id,fabric-api. - NeoForge
26.xuses version-specific block-break event bridges for the26.1/26.1.1and26.1.2/26.2event API split.
Validation
- Verified current Fabric API coordinates exist for
26.1,26.1.1,26.1.2, and26.2. - Verified Fabric Yarn and Fabric Intermediary mappings are not published for
26.x, and Mojang26.2metadata does not publish client/server mapping downloads. - Fabric
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built Fabric
26.2jar on a real Fabric server with Fabric API0.154.0+26.2; Veinminer initialized and the server reachedDone. - NeoForge
26.xbuildAllSupportedpassed for26.1,26.1.1,26.1.2, and26.2. - Smoke-launched the built NeoForge
26.2jar on a server; Veinminer was discovered, common setup completed, and the server reachedDone.
3.1.3
Supported Builds
- Built and packaged Fabric jars for Minecraft
1.20through1.21.11. - Built and packaged NeoForge jars for Minecraft
1.21through1.21.11. - Aligned release identity on
3.1.3across Gradle metadata, generated jar names, and release documentation.
Changed
- Streamlined the default player flow: Veinminer now works out of the box with Shift/sneak activation and no setup wizard.
- Removed
/veinminer setupfrom the documented normal flow; normal users can install the mod and mine supported blocks immediately. - Reworked the command layout:
/veinminernow owns normal player-facing controls such as toggle, activation mode, message preferences, and particle preferences./vmadminnow owns always-registered admin/server controls for blocks, tools, settings, reload, confirm, and cancel./vmadvancedremains hidden unlessadvanced.enabled = trueand contains advanced-only block-per-tool and test tooling.
- Made particle preferences per-player instead of treating all particle toggle/color/duration changes as global server settings.
- Standardized per-player preference storage for both loaders around
config/Veinminer/Players/PlayerData.json. - Preserved transient activation state separately from saved preferences so toggle/key state cleanup does not erase persisted settings.
- Updated README, command documentation, publishing descriptions, and release checklist text to match the streamlined command flow.
Fixed
- Fixed Fabric per-player settings persistence by restoring JSON-backed player preference storage across supported Fabric versions.
- Fixed Fabric saved preferences being overwritten after single-player disconnect/server shutdown.
- Fixed Fabric
1.21.5-1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge new-player defaults so Veinminer, particles, red particle color, and message preferences start enabled as intended.
- Fixed NeoForge
1.21.10and1.21.11launch crashes caused by player-data persistence mixin callback descriptors. - Fixed NeoForge particle/message/Veinminer defaults appearing disabled or black on fresh profiles.
- Fixed
advanced.enabled = truestartup failures caused by the/vmadvanced testharness reflecting an outdated block-limit helper signature. - Historical: fixed setup wizard chat text not being clickable on Fabric
1.21.5-1.21.11. - Historical: fixed setup wizard chat text not being clickable on NeoForge
1.21.5-1.21.11.
Validation
- Full Fabric build matrix passed and produced 19 jars.
- Full NeoForge build matrix passed and produced 12 jars.
- Runtime smoke testing confirmed Fabric settings persistence and basic behaviour on
1.20.4,1.20.6,1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed NeoForge defaults, settings persistence, and clean launch on
1.21.1,1.21.4,1.21.8,1.21.10, and1.21.11. - Runtime smoke testing confirmed
advanced.enabled = trueno longer blocks world load or command registration across the tested Fabric and NeoForge release matrix.
Комментарии
Загружаем…