Mineuniverse
Log in Register
Mods

Ori's Hand Library

A library to permit or forbid harvesting blocks without the correct tool.
by ori_sky
Claim this project
150 downloads
0 likes
Updated Jun 30, 2026
0 hypes

What is this mod?

lib-hand is an extremely lightweight mod that provides a way of modifying the default behaviour when harvesting blocks without the correct tool.

In practice, you can do stuff like:

  • Allow stone to be harvested by hand.
  • Prevent logs from being harvested without an axe.

How do I use it?

To allow harvesting without the correct tool, add your block to the block tag hand:permitted. This will override the default behaviour of the block.

To require the correct tool when harvesting a block, add your block to the block tag hand:forbidden. This will override the default behaviour of the block, and will also override hand:permitted if set.

Example Minecraft data pack

Here's an example resource file. It allows stone to be harvested without the use of a pickaxe.

data/hand/tags/blocks/permitted.json

1: {
2:   "replace": false,
3:  
"values": [
4:    
"minecraft:stone"
5:  
]
6: }

Example CraftTweaker script

Here's some example ZenScript code. It prevents logs and planks from being harvested without the use of an axe.

prevent_crafting_bench_progression.zs

1: <tag:blocks:hand:forbidden>.add(<tag:blocks:minecraft:logs>);
2: <tag:blocks:hand:forbidden>.add(<tag:blocks:minecraft:planks>);

No files available for download.

More from ori_sky

Ori's Client Pronouns
1,283

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314