Hey Wiki
Rank 814
Rank 581 among mods

Quick rating

Hey Wiki

Overall rating distribution
0.5★ (no ratings)
1.0★ (no ratings)
1.5★ (no ratings)
2.0★ (no ratings)
2.5★ (no ratings)
3.0★ (no ratings)
3.5★ (no ratings)
1 rating (100%) · 4.0★
4.5★ (no ratings)
5.0★ (no ratings)
0.5★ 5★
Gameplay
0.0
Aesthetics
0.0
Performance
0.0

Press H to open the Minecraft Wiki page of the block/item/entity you're aiming at.

No Theme
No Genre
Maps & Information
QoL & Tweaks
Client Utility
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
heywiki 1.9.0+26.1.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description


Hey Wiki

CurseForge Modrinth Crowdin

fabric neoforge crowdin

Hey Wiki is a client mod made by the Minecraft Wiki that allows you to press H (customizable) to open the wiki page of the block/item/entity you're aiming at, no matter it's from vanilla or a mod. Hey Wiki supports Fabric and NeoForge.

Features

  • Press H (customizable) to open the wiki page (Minecraft Wiki or the respective mod wiki) of the block/item/entity/status effect you're aiming at or hovering over.
  • Press Alt+H or Opt+H to open the wiki page of the item in your main hand.
  • Adds several commands.
  • Link to a wiki page in chat using [[wiki link]] syntax.

I didn't know that this mod is kinda like Lexica Botania but it is.

https://github.com/mc-wiki/minecraft-mod-heywiki/assets/45287180/b0650362-1fe9-46ff-83a1-48219d5fcc05

How to use

  1. Install the mod. You can download it from CurseForge or Modrinth. Don't forget to install the dependencies.
  2. Point at a block/entity with your crosshair or hover over an item in your inventory with your pointer.
  3. Press the keybind (default: H).
  4. Either confirm the action or copy the link to your clipboard in the screen that pops up.

Configuration

Optionally, you can change these behaviors in the config menu:

[!TIP] You need to install Mod Menu to access the config menu on Fabric.

  • If confirmation is required to open the wiki page: default is true
  • Which wiki language you prefer, overriding your game language: default is your game language
  • The keybind to open the wiki page: default is H
  • Reach distance: default is 5.2 blocks (same as creative mode reach)
  • Whether fluid is allowed: default is false

Commands

These commands are available:

  • /imfeelinglucky [<namespace>] - Takes you wherever the mod decides.
  • /wiki <pageName> - Opens the Minecraft Wiki page of the specified page name. pageName can include a namespace.
  • /whatbiome - Opens the Minecraft Wiki page of the biome you're currently in.
  • /whatstructure - Opens the Minecraft Wiki page of the structure you're currently in.
    • This command is only available in singleplayer.
  • /whatcommand <command> - Opens the Minecraft Wiki page of the specified command.
  • /whatisthis - Opens the Minecraft Wiki page of the block/item/entity you're aiming at.
  • /whatisthisitem - Opens the Minecraft Wiki page of the item you're holding in you main hand.
    • whatisthisitem offhand - Same, but for the offhand.

Note that if you open a page with a command, the confirmation screen will not appear.

[[Wiki links]] in chat

Hey Wiki supports [[wiki links]] in chat. When you send a message with [[wiki link]] syntax, Hey Wiki will replace it with a clickable link. The page name can include a namespace.

This also supports interwiki links. For example:

  • [[aether:lore]] will link to the Aether Wiki page of "lore" (interwiki)
  • [[en:enderman]] will link to the English Minecraft Wiki page of "enderman" (interlanguage)
  • [[minecraft:en:enderman]] will link to the English Minecraft Wiki page of "enderman" (interwiki and interlanguage)

Supported wikis

Currently, Hey Wiki supports the following wikis:

If you want to add support for other wikis, you can file an issue. In addition, you can also add support for other wikis by using a resource pack.

Resource pack

[!WARNING]
Please note that the JSON schema is not stable and is not semantically versioned yet. We very well might break it in minor versions.

Hey Wiki supports using resource pack to add support for other wikis. To do so, create a JSON file in the assets/<namespace>/wiki_family/ folder in your resource pack with the following format:

{
  // A unique identifier for the wiki family
  "id": "minecraft",
  // The namespaces that is bound to the wiki family
  "namespace": [
    "minecraft"
  ],
  // List of different language wikis
  "wikis": [
    {
      // The URL pattern for articles. %s will be replaced with the query
      "article_url": "https://minecraft.wiki/?search=%s",
      // (Optional) If the wiki is a MediaWiki wiki, the API URL
      "mw_api_url": "https://minecraft.wiki/api.php",
      // (Optional) The page name for the random article
      "random_article": "Special:RandomRootPage/Main",
      // (Optional) How Hey Wiki should fetch excerpts from the wiki. Either "text_extracts" or "none".
      // "text_extracts" only works for MediaWiki sites with the TextExtracts and PageImages extension installed. You can check this by visiting Special:Version on the wiki.
      "excerpt": "text_extracts",
      "language": {
        // The language code of the wiki
        "wiki_language": "en",
        // Whether this is the main language. If true, this language will be fallback if no other language matches
        "main": true,
        // The default in-game language that the wiki supports. This will be fallback if the in-game language is not supported by the wiki
        "default": "en_us",
        // If the regex matches the in-game language, this wiki will be used when config is auto
        "regex": "^en_.*",
        // (Optional) Ditto, but for exclusion
        "exclude": null,
        // (Optional) A custom language code that allows you to override translation keys to specific pages. A translation file should exist at assets/<namespace>/lang/<lang_override>.json
        "lang_override": "minecraft_en"
      }
    },
    {
      // Another language
      "article_url": "https://de.minecraft.wiki/?search=%s",
      "language": {
        "wiki_language": "de",
        "default": "de_de",
        "regex": "^de_.*",
        "exclude": null
      }
    }
  ]
}

Data pack and custom server support

Data pack and custom server authors can now use heywiki:identifier and heywiki:translation_key in custom_data component to provide custom namespace and name for an item. However this only accounts for custom items. For 1.20.4, you can populate these fields directly in NBT.

You need to use the method above to register a new wiki with a custom namespace using resource pack. If it is not feasible to ask your players to download a resource pack, we can also ship it with the mod itself.

For example, on "niceserver", to have a pickaxe item to resolve to the "Drill" page, you will first need to register the "niceserver" namespace per above. Then you can give the player this item:

1.21:

/give @s minecraft:bone[minecraft:custom_data={"heywiki:identifier": "niceserver:drill", "heywiki:translation_key": "item.niceserver.drill"}]

1.20.4:

/give @s minecraft:bone{"heywiki:identifier": "niceserver:drill", "heywiki:translation_key": "item.niceserver.drill"}

Dependencies

For Fabric:

For NeoForge:

Version support

Hey Wiki supports multiple versions of Minecraft.

The current release and the master branches receive all new features and bug fixes. Pull requests should almost always go to master. If they're accepted, they should be cherry-picked to the current stable release branch.

When a new snapshot releases, master branch is updated to that snapshot. Snapshots might receive only one version or no version at all. Only Fabric is supported for snapshots.

Some select old MC versions receive LTS – they may or may not receive new bug fixes and new features, but they will receive critical bug fixes. Old snapshots are not supported.

The following table shows which versions are supported:

Git branch Minecraft version Supported? Is LTS? Modloader
master 1.21 Yes (latest release) TBD Fabric, Neoforge
mc/1.20.6 1.20.6 No No Fabric, Neoforge
mc/1.20.5 1.20.5 No No Fabric, Neoforge
mc/1.20.4 1.20.4 Yes (LTS) Yes Fabric, Neoforge
N/A Outdated snapshots EOL No Fabric


Hey Wiki

Modrinth Crowdin

fabric neoforge crowdin

Hey Wiki is a client mod made by the the Minecraft Wiki community that allows you to press H ( customizable) to open the wiki page of the block, item, or entity you're aiming at, whether it's from vanilla or a mod. Hey Wiki supports Fabric and NeoForge.

Features

  • Press H (customizable) to open the wiki page (Minecraft Wiki or the respective mod wiki) of the block/item/entity/status effect you're aiming at or hovering over.
  • Press Alt+H or Opt+H to open the wiki page of the item in your main hand.
  • Press B to open the wiki search screen. You can search for wiki pages by typing in the search bar.
  • Adds several commands.
  • Link to a wiki page in chat using [[wiki link]] syntax.

It is also supported to use MCBrowser and MCEF for in-game browsing.

I didn't know that this mod is kinda like Lexica Botania but it is.

https://github.com/mc-wiki/minecraft-mod-heywiki/assets/45287180/b0650362-1fe9-46ff-83a1-48219d5fcc05

How to use

  1. Install the mod. You can download it from Modrinth. Don't forget to install the dependencies.
  2. Point at a block/entity with your crosshair or hover over an item in your inventory with your cursor.
  3. Press the keybind (default is H).
  4. Either confirm the action or copy the link to your clipboard in the screen that pops up.

Configuration

Optionally, you can change these behaviors in the config menu:

[!TIP] You need to install Mod Menu to access the config menu on Fabric.

  • If confirmation is required to open the wiki page: default is true
  • If confirmation is required to open the wiki page when you are using an command: default is false
  • Which wiki language you prefer, overriding your game language: default is your game language
  • (For Chinese users) Which Chinese variant you prefer, overriding your game language: default is your game language
  • The keybind to open the wiki page: default is H
  • Reach distance: default is 5.2 blocks (same as creative mode reach)
  • Whether you are allowed to look up fluid: default is false
  • Whether to add a tooltip to items in the inventory that can be looked up: default is true.

Commands

These commands are available:

  • /imfeelinglucky [<namespace>] - Takes you wherever the mod decides.
    • Example: /imfeelinglucky minecraft -> https://minecraft.wiki/????????
    • /wiki <pageName> - Opens the Minecraft Wiki page of the specified page name. pageName can include a namespace.
      • Example: /wiki minecraft:creeper -> https://minecraft.wiki/w/?search=creeper
        • Alias: /whatis
    • /whatbiome - Opens the Minecraft Wiki page of the biome you're currently in.
    • /whatstructure - Opens the Minecraft Wiki page of the structure you're currently in.
      • This command is only available in singleplayer.
    • /whatcommand <command> - Opens the Minecraft Wiki page of the specified command.
      • Example: /whatcommand give -> https://minecraft.wiki/w/?search=%2Fgive
      • Alias: /whatcmd
    • /whatisthis - Opens the Minecraft Wiki page of the block/item/entity you're aiming at.
    • /whatisthisitem - Opens the Minecraft Wiki page of the item you're holding in you main hand.
      • whatisthisitem offhand - Same, but for the offhand.
    • /whatversion - Opens the Minecraft Wiki page of the current game version.
      • Example: /whatversion -> https://minecraft.wiki/w/Java_Edition_1.21.5

Note that if you open a page with a command, the confirmation screen will not appear.

[[Wiki links]] in chat

Hey Wiki supports [[wiki links]] in chat. When you send a message with [[wiki link]] syntax, Hey Wiki will replace it with a clickable link. The page name can include a namespace.

This also supports interwiki links. For example:

  • [[aether:lore]] will link to the Aether Wiki page of "lore" (interwiki)
  • [[en:enderman]] will link to the English Minecraft Wiki page of "enderman" (interlanguage)
  • [[minecraft:en:enderman]] will link to the English Minecraft Wiki page of "enderman" (interwiki and interlanguage)

Supported wikis

Currently, Hey Wiki supports the following wikis:

If you want to add support for other wikis, you can file an issue. In addition, you can also add support for other wikis by using a resource pack.

APIs

Resource pack

[!NOTE] This API is stable since v1.6.0.

Hey Wiki supports using resource pack to add support for other wikis. To do so, create a JSON file in the assets/<namespace>/wiki_family/ folder in your resource pack with the following format:

{
  // The namespaces that is bound to the wiki family
  "namespace": [
    "minecraft"
  ],
  // List of different language wikis
  "wikis": [
    {
      // The URL pattern for articles. %s will be replaced with the query
      "article_url": "https://minecraft.wiki/?search=%s",
      // (Optional) If the wiki is a MediaWiki wiki, the API URL
      "mw_api_url": "https://minecraft.wiki/api.php",
      // (Optional) The URL pattern for searching. %s will be replaced with the query.
      "search_url": "https://minecraft.wiki/?search=%s",
      // (Optional) The page name for the random article
      "random_article": "Special:RandomRootPage/Main",
      // (Optional) How Hey Wiki should fetch excerpts from the wiki. Either "text_extracts" or "none".
      // "text_extracts" only works for MediaWiki sites with the TextExtracts and PageImages extension installed. You can check this by visiting Special:Version on the wiki.
      "excerpt": "text_extracts",
      // (Optional) Which provider to use for autocompleted search. Either "mediawiki" or "algolia".
      "search_provider": "mediawiki",
      // (Optional) If you use algolia as search provider, you MUST fill out the following fields
      "algolia": {
        "api_url": "https://example-dsn.algolia.net/",
        "index_name": "example",
        "api_key": "efcc14a8c70a1489d18cfd565cce53ca",
        "app_id": "9957A67102"
      },
      "language": {
        // The language code of the wiki
        "wiki_language": "en",
        // Whether this is the main language. If true, this language will be fallback if no other language matches
        "main": true,
        // The default in-game language that the wiki supports. This will be fallback if the in-game language is not supported by the wiki
        "default": "en_us",
        // If the regex matches the in-game language, this wiki will be used when config is auto
        "regex": "^en_.*",
        // (Optional) Ditto, but for exclusion
        "exclude": null,
        // (Optional) A custom language code that allows you to override translation keys to specific pages. A translation file should exist at assets/<namespace>/lang/<lang_override>.json
        "lang_override": "minecraft_en"
      }
    },
    {
      // Another language
      "article_url": "https://de.minecraft.wiki/?search=%s",
      "language": {
        "wiki_language": "de",
        "default": "de_de",
        "regex": "^de_.*",
        "exclude": null
      }
    }
  ]
}

You also want to include a translation file in assets/<namespace>/lang/ folder with the following format:

{
  // Assuming the definition is located at `assets/heywiki/wiki_family/minecraft.json`
  "wiki_family.heywiki.minecraft": "Minecraft Wiki"
}

Custom item via data component or NBT

[!WARNING] This API is an experimental feature and might change at any time.

Data pack and custom server authors can use heywiki:identifier, heywiki:translation_key and heywiki:fallback_title in custom_data component to provide custom namespace and name for an item. However, this only accounts for custom items. For 1.20.4, you can populate these fields directly in NBT.

You need to use the method above to register a new wiki with a custom namespace using resource pack. If it is not feasible to ask your players to download a resource pack, we can also ship it with the mod itself.

For example, on "niceserver", to have a bone item to resolve to the "Drill" page, you will first need to register the "niceserver" namespace per above. Then you can give the player this item:

1.21:

/give @s minecraft:bone[minecraft:custom_data={"heywiki:identifier": "niceserver:drill", "heywiki:fallback_title": "Drill", "heywiki:translation_key": "item.niceserver.drill"}]

1.20.4:

/give @s minecraft:bone{"heywiki:identifier": "niceserver:drill", "heywiki:translation_key": "item.niceserver.drill"}

Dependencies

For Fabric:

For NeoForge:

Versioning

Hey Wiki

Hey Wiki itself follows Semantic Versioning. The version number is in the format of <major>.<minor>.<patch>[-<prerelease>]. The version number is incremented based on the following rules:

  • Major: Incremented when breaking changes are made to stable, public API.
  • Minor: Incremented when new features to stable, public API are added in a backwards-compatible manner.
  • Patch: Incremented when bug fixes are made.

Minecraft

Hey Wiki supports multiple versions of Minecraft.

Every Minecraft version is assigned a support status:

  • Active: This version receives new features and bug fixes. Features will be backported as much as reasonably possible.
  • Maintenance: This version receives only bug fixes and security patches. Features are generally not backported.
  • End of Life (EOL): No further updates should be expected.

The current Minecraft release and the master branches are always Active. Pull requests should almost always go to master. If they're accepted, they should be cherry-picked to other Active branches.

When a new snapshot releases, master branch is updated to that snapshot. Snapshots might receive only one version or no version at all. Only Fabric is supported for snapshots.

Old Minecraft versions are provided with Long Term Support (LTS) based on their popularity and the community's interest. LTS versions receive Active support at first. After some time, they will be downgraded to Maintenance. Old snapshots are not supported.

The following table shows which versions are supported:

Git branch Minecraft version Supported? Is LTS? Modloader
master 1.21.7 Active (Latest) ? Fabric, Neoforge
mc/1.21.5 1.21.5 EOL No Fabric, Neoforge
mc/1.21.4 1.21.4 EOL No Fabric, Neoforge
mc/1.21.3 1.21.2, 1.21.3 EOL No Fabric, Neoforge
mc/1.21.1 1.21, 1.21.1 Active (LTS) Yes Fabric, Neoforge
mc/1.20.6 1.20.6 EOL No Fabric, Neoforge
mc/1.20.5 1.20.5 EOL No Fabric, Neoforge
mc/1.20.4 1.20.4 Maintenance (LTS) Yes Fabric, Neoforge
N/A Outdated snapshots EOL No Fabric

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

1
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

~180,000
Total Downloads
CurseForge
~18,000
Modrinth
~160,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works