Skip to content

Commit 4419951

Browse files
committed
fix: rebrand to client from modpack
fix: modpack in intro fix: mod back in introduction blog fix: modpack in intro again fix: client in your own fix: client instead of modpack fix: client rebrand
1 parent 4dd6d94 commit 4419951

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/content/docs/blog/_introducing_builders.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ date: 2024-05-18
1010

1111
We are excited to announce the release of the new Auth Builders and Launcher Builders.
1212

13-
These builders make it easier to create Authentication and Launching Minecraft required for your Modpack launcher.
13+
These builders make it easier to create Authentication and Launching Minecraft required for your Client launcher.
1414

1515
Here is a quick example of the auth builder:
1616

@@ -29,4 +29,4 @@ let auth_info = auth.get_info().await;
2929
println!("Authenifcation get_info {:?}", auth_info);
3030

3131
println!("Authentication info: {:?}", auth.launch().await?);
32-
```
32+
```

src/content/docs/blog/introducing-minecraft-essentials-beta.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Introducing Minecraft-Essentials Beta!
3-
description: A Library that gives all Minecraft Modpack launchers essentials
3+
description: A Library that gives all Minecraft Client launchers essentials
44
authors:
55
- eveeifyeve
66
date: 2024-07-19
77
---
88

99

10-
Introducing Minecraft-Essentials Beta! a library that gives all Minecraft Modpack launchers essentials.
10+
Introducing Minecraft-Essentials Beta! a library that gives all Minecraft Client launchers essentials.
1111

12-
Minecraft-Essentials is a library that gives all Minecraft Modpack launchers essentials. It is a Rust library that provides a simple and easy to use API for Minecraft Modpack launchers. Minecraft-Essentials is designed to be easy to use and to provide a simple API for developers to create Minecraft Modpacks.
12+
Minecraft-Essentials is a library that gives all Minecraft Client launchers essentials. It is a Rust library that provides a simple and easy to use API for Minecraft Client launchers. Minecraft-Essentials is designed to be easy to use and to provide a simple API for developers to create Minecraft Client Launcher.
1313

1414
## Features
1515

16-
- Essential: Functionality for Minecraft Modpack Launchers.
17-
- Simplifies: Minecraft Modpack Launcher Building.
16+
- Essential: Functionality for Minecraft Client Launchers.
17+
- Simplifies: Minecraft Client Launcher Building.
1818
- Safe: Forbids Unsafe Code #![forbid(unsafe_code)]
1919
- Fast Performs better than other frameworks in authentication and launching.
2020
- Beginner Friendly: Full documentation and examples.

src/content/docs/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Minecraft-Essentials
3-
description: A Library that gives all Minecraft Modpack developers essentials.
3+
description: A Library that gives all Minecraft Client developers essentials.
44
template: splash
55
hero:
6-
tagline: A Library that gives all Minecraft Modpack developers essentials.
6+
tagline: A Library that gives all Minecraft Client developers essentials.
77
# image:
88
# file: ../../assets/houston.webp
99
actions:
@@ -22,10 +22,10 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2222

2323
<CardGrid stagger>
2424
<Card title="Essential" icon="approve-check">
25-
Functionality for Minecraft Modpack Launchers.
25+
Functionality for Minecraft Client Launchers.
2626
</Card>
2727
<Card title="Simplifies" icon="puzzle">
28-
Simplifies Minecraft Modpack Launching Building.
28+
Simplifies Minecraft Client Launching Building.
2929
</Card>
3030
<Card title="Fast" icon="rocket">
3131
Performs better than other frameworks in authentication and launching.

src/content/docs/infomation/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44

55
## Why Minecraft-Essentials?
66

7-
Minecraft-Essentials started out on a little package that eveeifyeve made called minecraft-auth but he wanted to make minecraft-launch but he said why make two library's in one so he did so he called it Minecraft-Essentials a goal to provide essentials to Minecraft Modpack developers to provide launch & authentication without any hassle.
7+
Minecraft-Essentials started out on a little package that eveeifyeve made called minecraft-auth but he wanted to make minecraft-launch but he said why make two library's in one so he did so he called it Minecraft-Essentials a goal to provide essentials to Minecraft Client Launcher developers to provide launch & authentication without any hassle.
88

99
## What are we available on?
1010

@@ -18,7 +18,7 @@ We are available on:
1818

1919
- Two Major Authentication Methods.
2020
- Performance by the power of [Rust](https://rust-lang.org)
21-
- Launch minecraft by default or your own Minecraft Modpack.
21+
- Launch minecraft by default or your own Minecraft Client.
2222
- A CLI(Future)
2323

2424
# Where can I find updates on this?

0 commit comments

Comments
 (0)