Skip to content

Commit

Permalink
Add BlockFront Wiki (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Dec 11, 2024
1 parent aae1df1 commit 1d72609
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# v1.7.1+1.21.1
# v1.7.2+1.21.1

## Changes

- New wiki: [Endertech Infinity Wiki](https://endertechinfinity.wiki.gg/)
- New wiki: [Marvel Superheroes Mod Wiki](https://marvelsuperheroesmod.wiki.gg/)
- New wiki: [BlockFront Wiki](https://blockfront.wiki.gg/) (#79)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Currently, Hey Wiki supports the following wikis:
- [Doggy Talents Next Wiki](https://doggytalentsnext.wiki.gg/)
- [Endertech Infinity Wiki](https://endertechinfinity.wiki.gg/)
- [Marvel Superheroes Mod Wiki](https://marvelsuperheroesmod.wiki.gg/)
- [BlockFront Wiki](https://blockfront.wiki.gg/)

If you want to add support for other wikis, you can
[file an issue](https://github.com/mc-wiki/minecraft-mod-heywiki/issues/new?labels=new+wiki%2Ctriage+needed&template=new_wiki.yml).
Expand Down
1 change: 1 addition & 0 deletions common/src/main/resources/assets/heywiki/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"wiki_family.heywiki.ae2": "AE2 Guide",
"wiki_family.heywiki.aether": "Aether Project Wiki",
"wiki_family.heywiki.aoa3": "Advent of Ascension Wiki",
"wiki_family.heywiki.bf": "BlockFront Wiki",
"wiki_family.heywiki.create": "Create Wiki",
"wiki_family.heywiki.doggytalents": "Doggy Talents Next Wiki",
"wiki_family.heywiki.endertechinf": "Endertech Infinity Wiki",
Expand Down
22 changes: 22 additions & 0 deletions common/src/main/resources/assets/heywiki/wiki_family/bf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"namespace": [
"bf"
],
"wikis": [
{
"article_url": "https://blockfront.wiki.gg/?search=%s",
"mw_api_url": "https://blockfront.wiki.gg/api.php",
"random_article": "Special:RandomPage",
"excerpt": "text_extracts",
"search_provider": "mediawiki",
"search_url": "https://blockfront.wiki.gg/?search=%s",
"language": {
"wiki_language": "en",
"main": true,
"default": "en_us",
"regex": "^en_.*",
"exclude": null
}
}
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ archives_base_name=heywiki
maven_group=wiki.minecraft.heywiki
enabled_platforms=fabric,neoforge
enabled_platforms_snapshot=fabric
mod_version=1.7.1+1.21.1
mod_version=1.7.2+1.21.1
# Loader versions
minecraft_version=1.21.1
minecraft_version_range=1.21,1.21.1
Expand Down

0 comments on commit 1d72609

Please sign in to comment.