Skip to content

Commit 60883f7

Browse files
committed
chore: new facts
Signed-off-by: Izuna <izuna.seikatsu@ccbluex.net>
1 parent c84a14a commit 60883f7

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

src/lib/login/Facts.svelte

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
<script>
2-
import { fly } from "svelte/transition";
2+
import {fly} from "svelte/transition";
33
44
const facts = [
55
{
6-
title: "5.000.000 Total Downloads",
6+
title: "Blatant or Closet Cheating - You Decide!",
7+
description: "LiquidBounce comes with many built-in blatant and closet cheats, making it the perfect all-in-one client.",
8+
},
9+
{
10+
title: "Multi-Version Support",
11+
description: "With the integrated version changer, you can easily switch between different Minecraft versions without restarting the game!",
12+
},
13+
{
14+
title: "Multi-Server Support",
15+
description: "LiquidBounce provides features and bypasses for many different servers."
16+
},
17+
{
18+
title: "Auto Config System",
19+
description: "LiquidBounce's Auto Config System will automatically apply the best settings for you when joining a well-known server.",
20+
},
21+
{
22+
title: "Customizable",
23+
description: "LiquidBounce's UI is fully customizable. You can change out the entire UI to your liking.",
24+
},
25+
{
26+
title: "6.000.000 Total Downloads",
727
description:
828
"LiquidBounce is one of the most popular hacked clients of all time.",
929
},
@@ -12,9 +32,9 @@
1232
description: "LiquidBounce's source code is publicly available.",
1333
},
1434
{
15-
title: "Extensible",
35+
title: "ScriptAPI",
1636
description:
17-
"LiquidBounce's JavaScript API allows users to write their own modules and commands.",
37+
"LiquidBounce's Script API allows users to write their own modules and commands.",
1838
},
1939
];
2040

0 commit comments

Comments
 (0)