Hey Wiki v1.7.2+1.21.4 for Minecraft 1.21.4 with Fabric
on Dec 12, 2024Hey Wiki v1.7.2+1.21.4 for Minecraft 1.21.4 with NeoForge
on Dec 12, 2024Hey Wiki v1.7.2+1.21.1 for Minecraft 1.21.1 with Fabric
on Dec 12, 2024Hey Wiki v1.7.2+1.21.1 for Minecraft 1.21.1 with NeoForge
on Dec 12, 2024Hey Wiki v1.7.2+1.21.3 for Minecraft 1.21.3 with Fabric
on Dec 12, 2024Hey Wiki v1.7.2+1.21.3 for Minecraft 1.21.3 with NeoForge
on Dec 12, 2024Hey Wiki v1.7.1+1.21.1 for Minecraft 1.21.3 with Fabric
on Oct 30, 2024Hey Wiki v1.7.1+1.21.3 for Minecraft 1.21.3 with Fabric
on Oct 30, 2024Hey Wiki v1.7.1+1.21.3 for Minecraft 1.21.3 with NeoForge
on Oct 30, 2024Hey Wiki v1.7.0+1.21.2 for Minecraft 1.21.2 with Fabric
on Oct 23, 2024Hey Wiki v1.7.0+1.21.2 for Minecraft 1.21.2 with NeoForge
on Oct 23, 2024v1.7.0+1.21.2
Hey Wiki now supports BoB!
Changes
- Ported to 1.21.2. Please report any issues you may have!
- Now supports searching the AE2 guide
APIs
- Now supports the
search_provider
field for wikis- Values can be
mediawiki
andalgolia
- All wikis that support autocompleted search should fill this field
- If the field is not filled, and both
search_url
andmw_api_url
are present, the search will default tomediawiki
. However, this is deprecated and will be removed in v2
- Values can be
search_url
is now optional for wikis that supports search, as long as they havesearch_provider
field filled- Added Agolia search support
- This requires you to configure the following fields in the
algolia
object:api_url
index_name
api_key
app_id
- This requires you to configure the following fields in the
Hey Wiki v1.7.0+1.21.1 for Minecraft 1.21.1 with NeoForge
on Oct 23, 2024Hey Wiki v1.7.0+1.21.1 for Minecraft 1.21.1 with Fabric
on Oct 23, 2024v1.7.0+1.21.1
Changes
- Now supports searching the AE2 guide
APIs
- Now supports the
search_provider
field for wikis- Values can be
mediawiki
andalgolia
- All wikis that support autocompleted search should fill this field
- If the field is not filled, and both
search_url
andmw_api_url
are present, the search will default tomediawiki
. However, this is deprecated and will be removed in v2
- Values can be
search_url
is now optional for wikis that supports search, as long as they havesearch_provider
field filled- Added Agolia search support
- This requires you to configure the following fields in the
algolia
object:api_url
index_name
api_key
app_id
- This requires you to configure the following fields in the
Hey Wiki v1.6.4+1.21.1 for Minecraft 1.21.1 with NeoForge
on Sep 18, 2024Hey Wiki v1.6.4+1.21.1 for Minecraft 1.21.1 with Fabric
on Sep 18, 2024v1.6.4+1.21.1
Changes
By fixing one of the bugs, the mod can now work with MCBrowser, allowing you to use a browser inside the game. (#10)
Fixes
- Fixes a crash when using the version page feature or otherwise using the mod while not inside a world.
Hey Wiki v1.6.3+1.21.1 for Minecraft 1.21.1 with Fabric
on Sep 2, 2024v1.6.3+1.21.1
Changes
- Now works for hovering items in recipe book and trade menu (#71)
- The game now pauses when you open in browser while your inventory is open (#73)
- New wiki: Doggy Talents Next Wiki (#74)
Fixes
- Fixes a crash when pressing enter in search screen before suggestions has been loaded (#70)
Hey Wiki v1.6.2+1.21.1 for Minecraft 1.21.1 with Fabric
on Aug 22, 2024Hey Wiki v1.6.2+1.21.1 for Minecraft 1.21.1 with NeoForge
on Aug 22, 2024v1.6.2+1.21.1
Changes
- When you select a wiki when you search, it is now remembered for the next search.
- Now supports double-clicking a search result to open it in addition to pressing Enter.
APIs
- The item stack component format now supports an additional
heywiki:fallback_title
field.heywiki:translation_key
is now optional. If it does not exist, theheywiki:fallback_title
will be used instead.- If both are missing, the path of
heywiki:identifier
will be used instead.
Fixes
- Fixed an issue where using Enter on the input does not work when your search includes spaces.
- If a namespace is not supported,
/wiki
no longer hard fails.
APIs
- In URLs, spaces are now replaced with
%20
instead of+
to match the behavior of the browser. We are not considering this a breaking change because the this was a regression from the previous behavior.