diff --git a/i18n/lang/en-US.json b/i18n/lang/en-US.json index 5471783..ec08a51 100644 --- a/i18n/lang/en-US.json +++ b/i18n/lang/en-US.json @@ -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": [ diff --git a/pages/alternatives.vue b/pages/alternatives.vue index 0ee9751..b8ce43a 100644 --- a/pages/alternatives.vue +++ b/pages/alternatives.vue @@ -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,