Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins authored Sep 9, 2022
1 parent 6ba4b60 commit f80d9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ cd modded-minecraft
There are two ways to do this:

- Java edition of Minecraft. This has a nice desktop icon, but it means the code needs to be upgraded every time a new client is released. The libraries do not have much backwards compatibility between releases.
- The client in the Minecraft library. This ensures compatibility with the server. To launch it, run
- The client in the Forge Minecraft library. This ensures compatibility with the server. To launch it, run

```
cd modded-minecraft
./gradlew runServer
./gradlew runClient
```

In either case, start a multiplayer game, and connect to `localhost:25565`.
Expand Down

0 comments on commit f80d9d8

Please sign in to comment.