Compatibility
Minecraft: Java Edition
1.21.x
1.20.1–1.20.6
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 2 months ago
EN
🔍 BlockName — Fabric Mod
Displays block name, required tool, hardness, Silk Touch, Fortune and more for every block you look at.
✨ Features
- 🔎 Scan Mode — real-time block info while you look at it
- 🖥️ Glass UI — dark/light theme, compact/full mode, animations
- 🐛 Debug Mode — block ID, tags, loot table, properties
- ⚙️ JSON Config —
config/blockname.json - 🎛️ ModMenu — in-game settings screen
- ⚡ LRU Cache — zero CPU overhead
- 🌐 Multi-version — 1.20.1 → 1.21.1
📦 Installation
Via Modrinth / CurseForge
- Download the
.jarfrom the mod page - Place it in your
mods/folder - Launch Minecraft with Fabric Loader ≥ 0.14 and Fabric API
⌨️ Keybinds
| Key | Action |
|---|---|
F9 |
Toggle Scan Mode |
F10 |
Toggle Debug Mode |
⚙️ Configuration
File: config/blockname.json (auto-generated on first launch)
{
"scan": {
"enabled": true,
"show_tool_required": true,
"show_silk_touch": true,
"show_fortune": true,
"multiplayer_disabled": true
},
"ui": {
"theme": "dark",
"mode": "large",
"animations": true
}
}
🔧 Switching Minecraft Version
Edit gradle.properties and uncomment the desired version section, then run:
./gradlew build
🤝 Dependencies
| Dependency | Required |
|---|---|
| Fabric Loader ≥ 0.14 | ✅ |
| Fabric API | ✅ |
| ModMenu | ⭐ Recommended |
📄 License
MIT — see LICENSE
FR
🔍 BlockName — Mod Fabric
Affiche le nom, l'outil requis, la dureté, Silk Touch, Fortune et plus pour chaque bloc pointé.
✨ Fonctionnalités
- 🔎 Mode Scan — infos complètes du bloc ciblé en temps réel
- 🖥️ Interface en verre — thème clair/sombre, mode compact/large, animations
- 🐛 Mode Debug — ID, tags, loot table, propriétés du bloc
- ⚙️ Config JSON —
config/blockname.json - 🎛️ ModMenu — écran de configuration in-game
- ⚡ Cache LRU — zéro surcharge CPU
- 🌐 Multi-version — 1.20.1 → 1.21.1
📦 Installation
Via Modrinth / CurseForge
- Télécharger le
.jardepuis la page du mod - Le placer dans
mods/ - Lancer Minecraft avec Fabric Loader ≥ 0.14 et Fabric API
⌨️ Raccourcis
| Touche | Action |
|---|---|
F9 |
Activer / désactiver le Scan |
F10 |
Activer / désactiver le Debug |
⚙️ Configuration
Fichier : config/blockname.json (créé automatiquement)
{
"scan": {
"enabled": true,
"show_tool_required": true,
"show_silk_touch": true,
"show_fortune": true,
"multiplayer_disabled": true
},
"ui": {
"theme": "dark",
"mode": "large",
"animations": true
}
}
🔧 Changer de version Minecraft
Éditer gradle.properties et décommenter la section de version souhaitée, puis :
./gradlew build
🤝 Dépendances
| Dépendance | Obligatoire |
|---|---|
| Fabric Loader ≥ 0.14 | ✅ |
| Fabric API | ✅ |
| ModMenu | ⭐ Recommandé |
📄 Licence
MIT — voir LICENSE


