Skip to content

Commit

Permalink
misc(README.md): Put quick-start guide in a collapsable block
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Sep 28, 2024
1 parent 540c2e9 commit c663b60
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,25 @@

## Current features

* Logging in
* Combat
* Friends list
* Teleportation
* Gacha system
* Co-op works(-ish)
* Spawning monsters via console
* Inventory features (receiving items/characters, upgrading items/characters, etc)
- Logging in
- Combat
- Friends list
- Teleportation
- Gacha system
- Co-op works(-ish)
- Spawning monsters via console
- Inventory features (receiving items/characters, upgrading items/characters, etc)

## Quick setup guide

**Note**: For support please join our [Discord](https://discord.gg/T5vZU6UyeG).

### Quick Start (automatic)

<details>

<summary>Windows quick start using Cultivation</summary>

- Get [Java 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
- Get [MongoDB Community Server](https://www.mongodb.com/try/download/community)
- Get [game version REL5.0](#downloading-50)
Expand All @@ -40,6 +44,8 @@
- Click the launch button.
- Log in with whatever username you want. Password can be anything.

</details>

### Downloading 5.0

<details>
Expand Down Expand Up @@ -80,7 +86,7 @@ Grasscutter uses Gradle to handle dependencies & building.

**Requirements:**

- [Java Development Kit 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or higher
- [Java Development Kit 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) or higher
- [Git](https://git-scm.com/downloads)

##### Clone
Expand Down

0 comments on commit c663b60

Please sign in to comment.