Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vital from Alternatives list in an attempt to fix #101 #107

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions i18n/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
"reason": "Essential has many issues. This page provides alternatives.",
"nudge_for_contributing": "Willing to contribute? Click here for contributing guidelines.",
"texts": {
"modpacks": {
"section_name": "Modpacks",
"vital": [
"If you want to have everything neatly organized into one modpack, you can use Vital.",
"It has most of the mods on this list, including Cosmetica, World Host, and more.",
"It also has an organized main menu like Essential with FancyMenu."
]
},
"multiplayer": {
"section_name": "Multiplayer",
"world_host": [
Expand Down
9 changes: 0 additions & 9 deletions pages/alternatives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ const texts = altMessages.texts
//console.log(texts)

const alternatives = {
Modpacks: {
Vital: {
description: texts.modpacks.vital,
icon: "https://cdn.modrinth.com/data/Fecmmdly/1a31487f238f354268d34d5f51ced1c1900d0106.png",
links: {
Modrinth: "https://modrinth.com/modpack/vital",
},
},
},
Multiplayer: {
"World Host": {
description: texts.multiplayer.world_host,
Expand Down