From cf8e26e91f19327a574a22145209eb30c1eff126 Mon Sep 17 00:00:00 2001 From: worldwidepixel <58098422+worldwidepixel@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:08:18 -0700 Subject: [PATCH] feat: add snapper --- i18n/lang/en-US.json | 4 ++++ pages/alternatives.vue | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/i18n/lang/en-US.json b/i18n/lang/en-US.json index 599ae83..1881317 100644 --- a/i18n/lang/en-US.json +++ b/i18n/lang/en-US.json @@ -136,6 +136,10 @@ "Essential has a screenshot viewer feature, and you can get something similar using this mod.", "Screenshot Viewer is a mod that allows you to see the screenshots that you have taken while you were gaming! (including the accidental ones you took when you where trying to press F3)." ], + "snapper": [ + "Essential's screenshot functionality involves functionality both when taking a screenshot and viewing one.", + "Snapper aims to provide the most and highest-quality possible improvements to Minecraft's screenshot experience." + ], "auth_me": [ "Essential has an in-game account switcher feature. You can use this mod to achieve one important aspect of it.", "Auth Me is able to re-authenticate yourself in case your session expires, solving the infamous \"Invalid Session\" error." diff --git a/pages/alternatives.vue b/pages/alternatives.vue index 45684cf..0ee9751 100644 --- a/pages/alternatives.vue +++ b/pages/alternatives.vue @@ -135,6 +135,13 @@ const alternatives = { Modrinth: "https://modrinth.com/mod/screenshot-viewer", }, }, + Snapper: { + description: texts.misc.snapper, + icon: "https://cdn.modrinth.com/data/MZQyESDC/9badee3a30ccea4818c3408a390e8137590b808a.png", + links: { + Modrinth: "https://modrinth.com/mod/snapper", + }, + }, "Auth Me": { description: texts.misc.auth_me, icon: "https://cdn.modrinth.com/data/yjgIrBjZ/icon.png",