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. +
- +