Skip to content

Commit f9d940d

Browse files
committed
chore: rephrase to not get sued by mojang
1 parent cb0189f commit f9d940d

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878
link: "https://docs.rs/minecraft-essentials/",
7979
},
8080
{
81-
label: "Minecraft Clients",
81+
label: "Minecraft Modpacks",
8282
items: [
8383
{
8484
label: "TeaClient",

src/content/docs/blog/_introducing_builders.mdx

Lines changed: 1 addition & 1 deletion
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 launcher.
13+
These builders make it easier to create Authentication and Launching Minecraft required for your Modpack launcher.
1414

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

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 Package that gives all Minecraft client launchers essentials
3+
description: A Package that gives all Minecraft Modpack launchers essentials
44
authors:
55
- eveeifyeve
66
date: 2024-07-19
77
---
88

99

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

12-
Minecraft-Essentials is a package 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 clients.
12+
Minecraft-Essentials is a package 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.
1313

1414
## Features
1515

16-
- Essential: Functionality for Minecraft Client Launchers.
17-
- Simplifies: Minecraft Client Launcher Building.
16+
- Essential: Functionality for Minecraft Modpack Launchers.
17+
- Simplifies: Minecraft Modpack 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 Package that gives all Minecraft client launchers essentials.
3+
description: A Package that gives all Minecraft Modpack developers essentials.
44
template: splash
55
hero:
6-
tagline: A Package that gives all Minecraft client launchers essentials.
6+
tagline: A Package that gives all Minecraft Modpack 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 Client Launchers.
25+
Functionality for Minecraft Modpack Launchers.
2626
</Card>
2727
<Card title="Simplifies" icon="puzzle">
28-
Simplifies Minecraft Client Launcher Building.
28+
Simplifies Minecraft Modpack 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: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@ title: Introduction
44

55

66
## Why Minecraft-Essentials?
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 libararys in one so he did so he called it Minecraft-Essentials a goal to provide essentails to Minecraft client developers to build there client and launchers 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 Modpack developers to provide launch & authentication without any hassle.
88

9-
## What are we avavlible on?
9+
## What are we available on?
1010

11-
We are avalible on:
11+
We are available on:
1212

13-
- NPM
1413
- Crates.io
1514

16-
**But we are looking to expand out to python and more in the comming versions.**
15+
**But we are looking to expand out to node & python and more in the coming versions.**
1716

1817

19-
## What are the benfits of minecraft essentails
18+
## What are the benefits of minecraft essentials
2019

21-
- Two Major Authenfication Methods.
20+
- Two Major Authentication Methods.
2221
- Performance by the power of [Rust](https://rust-lang.org)
23-
- Launch minecraft by deafult or your own client.
22+
- Launch minecraft by default or your own Minecraft Modpack.
2423
- A CLI(Future)
2524

2625
# Where can I find updates on this?
@@ -31,7 +30,7 @@ You can find updates on GitHub at our [Roadmap](https://github.com/orgs/minecraf
3130
## Roadmap
3231

3332

34-
Our roadmap is easily avavlible on [GitHub](https://github.com/orgs/minecraft-essentials/projects/1)
33+
Our roadmap is easily available on [GitHub](https://github.com/orgs/minecraft-essentials/projects/1)
3534

3635

3736

0 commit comments

Comments
 (0)