Description
Jade Block Hider
Jade Block Hider is a small NeoForge 1.21.1 addon that lets modpack creators hide specific blocks from the Jade HUD.
It is useful for secret blocks, progression-gated content, admin-only blocks, puzzle blocks, hidden machinery, or anything else you do not want Jade to reveal when a player looks at it.
Features
- Hide selected blocks from Jade
- Simple config file
- Designed for modpacks
- Works with normal block ids like
modid:block_name - No commands needed
Configuration
After first launch, edit:
config/jade_block_hider-hidden-blocks.json
Example:
{
"hiddenBlocks": [
"minecraft:barrier",
"minecraft:structure_block",
"yourmod:secret_block"
]
}


