Mineuniverse
Log in Register
Mods

Harvest Level Config

Configure/edit harvest levels for blocks and tools
by awesome_hippo
Download Claim this project
3,977 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Miscellaneous Utility & QoL

The only 1.7 mod to change the harvestability of blocks and tools

This 1.7.10 mod is mainly designed for modders and modpackers. It allows you to modify the the tools and conditions required to harvest blocks in a simple json located at "config/HarvestLevelConfig/harvest_levels.json"  - The documentation will be updated. The mod must be on server and client.

Compatible with WAILA. (see screenshots)

How the json works (JSON)


For each block entry you have:

  • name: The block's registry name (modid:block_name).
  • metadata: Block metadata (-1 for ALL meta variants)
  • tools: A map of tool types (pickaxe, axe......) to required harvest levels.

JSON

{
    "blocks": [
        {
            "name": "minecraft:stone",
            "metadata": -1,
            "tools": {
                "pickaxe": 3
            }
        },
        {
            "name": "minecraft:diamond_ore",
            "metadata": -1,
            "tools": {
                "pickaxe": 0,
                "axe": 0
            }
        }
    ]
}

This makes stone require a level 3 pickaxe(diamond) to harvest. And this also makes diamond harvestable by any pickaxe/axe. *Blocks not defined fall back to default behavior. Ensure the JSON structure follows the provided example!

 

Comptability with WAILA



If you configured "Stone" in the json, it will show you all the tools that can harvest the "Stone" node. In green it it's currently selected. If you didn't configure "Stone" in the json, it will just show the tool that can harvest the "Stone" node, handled by minecraft.

*It is not a copy of WailaHarvestability mod ! If you use both mod, it will add the informations you can see in the picture. This mod is meant to work with the configured json and provide less details than WailaHarvestability and works better with WAILA only. 

 

Refresh command


This mod also includes a /hlc refresh command (requires level 3 OP). It reloads the JSON file ingame, so you don't have to restart the game to have the changes!

[1.7.10] Harvest Level Config 1.0
MC Client, Forge, 1.7.10, Server
Release 2024-11-27 Get

More from awesome_hippo

Client Dynamic Light
9,300
Food Addition
9,030
Better Zoom
824,622
Advanced Kill aura
82,260
Item Scrapper Pack - TACZ ZC
78,481
Restore Hardcore World
730,734

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734