Skip to content

Commit c663b60

Browse files
committed
misc(README.md): Put quick-start guide in a collapsable block
1 parent 540c2e9 commit c663b60

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,25 @@
99

1010
## Current features
1111

12-
* Logging in
13-
* Combat
14-
* Friends list
15-
* Teleportation
16-
* Gacha system
17-
* Co-op works(-ish)
18-
* Spawning monsters via console
19-
* Inventory features (receiving items/characters, upgrading items/characters, etc)
12+
- Logging in
13+
- Combat
14+
- Friends list
15+
- Teleportation
16+
- Gacha system
17+
- Co-op works(-ish)
18+
- Spawning monsters via console
19+
- Inventory features (receiving items/characters, upgrading items/characters, etc)
2020

2121
## Quick setup guide
2222

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

2525
### Quick Start (automatic)
2626

27+
<details>
28+
29+
<summary>Windows quick start using Cultivation</summary>
30+
2731
- Get [Java 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
2832
- Get [MongoDB Community Server](https://www.mongodb.com/try/download/community)
2933
- Get [game version REL5.0](#downloading-50)
@@ -40,6 +44,8 @@
4044
- Click the launch button.
4145
- Log in with whatever username you want. Password can be anything.
4246

47+
</details>
48+
4349
### Downloading 5.0
4450

4551
<details>
@@ -80,7 +86,7 @@ Grasscutter uses Gradle to handle dependencies & building.
8086

8187
**Requirements:**
8288

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

8692
##### Clone

0 commit comments

Comments
 (0)