promotional bannermobile promotional banner

Liteminer

Mine an entire vein of ore, chop an entire tree or break any group of blocks by holding a hotkey.

File Details

liteminer-forge-1.20.1-1.0.0+1.20.1

  • R
  • Jan 3, 2025
  • 66.02 KB
  • 43.1K
  • 1.20.1
  • Forge

File Name

liteminer-forge-1.20.1-1.0.0+1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:liteminer-1133225:6050320")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.0.0

The first stable release of Liteminer!

I've completed all the features I wanted to add to the mod when I started the project, and I'm happy with how it turned out. The next steps are fixing bugs that might come up and adding new features that I think of or that are requested by the community starting with the Forge port.

  • feat: added tags for blacklisting blocks and tools
    • Item Tags:
      • liteminer:excluded_tools - items in this tag can't be used for litemining
      • liteminer:included_tools - if require_correct_tool_enabled is true in common config, by default only "tool" items can be used (tiered items with durability); this can be used to allow extra items
    • Block Tags
      • liteminer:excluded_blocks - blocks in this tag may never be litemined
      • liteminer:block_whitelist - if this tag is non-empty, then only blocks in this tag may be litemined
    • Note: these tags are compatible with the FTB Ultimine tags, so you can use the same tags for both mods if you already have a setup you like.