From c663b60c1d690b2604722b4fc0e285add69db0ea Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Sat, 28 Sep 2024 18:39:39 -0400 Subject: [PATCH] misc(README.md): Put quick-start guide in a collapsable block --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e167a1613..544d0aca7 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ ## 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 @@ -24,6 +24,10 @@ ### Quick Start (automatic) +
+ +Windows quick start using Cultivation + - 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) @@ -40,6 +44,8 @@ - Click the launch button. - Log in with whatever username you want. Password can be anything. +
+ ### Downloading 5.0
@@ -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