promotional bannermobile promotional banner

DayOfMind Additions

Enhance your Vanilla builds & gameplay! 🧱 Explore new blocks, lanterns, and handy area-of-effect tools. Crafted by OxFaTech for seamless Minecraft integration.

File Details

additions-0.14.4-1.21.8+build.3.jar

  • B
  • Aug 12, 2025
  • 742.67 KB
  • 112
  • 1.21.8+2
  • Fabric + 1

File Name

additions-0.14.4-1.21.8+build.3.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dayofmind-additions-460558:6879397"

Quilt

modImplementation "curse.maven:dayofmind-additions-460558:6879397"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

DOMAdditions v0.14.4-Beta (Minecraft 1.21.8)

Features

  • Optimized crafting recipes for AoE tools and all lantern types (all lanterns now craftable).
  • Improved block naming for better consistency.
  • Updated tooltip display for radius mining tools — takes up less space in the UI.
  • AoE Mining now works in Creative Mode — a new server-side AttackBlockCallback detects block breaking with RadiusMineItem and applies the AoE mining effect, just like in Survival mode.

Fixes

  • Path stairs climbable again — fixed collision issue by adding .suffocates(Blocks::never).
  • Code cleanup — moved AttackBlockCallback logic into RadiusMineItem.kt companion object for better encapsulation.
  • Minor refactorModelHelper moved into the helper package.