From 866515dbc45d63848696aa3798d2f46e10c88467 Mon Sep 17 00:00:00 2001 From: Skye Date: Sat, 3 Jun 2023 01:20:21 +0900 Subject: [PATCH] feat: more detailed warning resolves #9 --- src/app.postcss | 4 ++++ src/routes/+page.svelte | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app.postcss b/src/app.postcss index 6e4c3a3..1911879 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -12,6 +12,10 @@ progress { -webkit-appearance: none; } +.inline-code { + @apply inline bg-surface0 p-0.5 rounded-sm +} + .checkbox { @apply w-4 h-4 rounded focus:ring-blue text-blue bg-base } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 4a85537..f2d8605 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -173,7 +173,11 @@ An error occurred while installing Fabulously Optimized: {errorMessage} {:else} - Really downgrade version? +
+ You are attempting to downgrade the Minecraft version. This is NOT SUPPORTED by Mojang or Fabulously Optimized and it may cause world corruption or crashes.
+ If you want to do this safely, you should backup mods, config and saves folders to a different location and delete them from your .minecraft folder.
+ To skip this warning after backing up the folders, delete paigaldaja_meta.json from your .minecraft folder. +
- +