Blockname

Quick rating

Community listing page, reviews here may not be monitored by the author.

Blockname

By LeFilou2.0 STUDIO

No reviews yet

Display the name of the blocks in a basic pop-up

Mod Loaders
Minecraft

About

Description

EN

🔍 BlockName — Fabric Mod

Displays block name, required tool, hardness, Silk Touch, Fortune and more for every block you look at.

Fabric Minecraft License Youtube site soutenir


✨ 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

  1. Download the .jar from the mod page
  2. Place it in your mods/ folder
  3. 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é.

Fabric Minecraft License Youtube site soutenir


✨ 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

  1. Télécharger le .jar depuis la page du mod
  2. Le placer dans mods/
  3. 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