Skip to content

Commit

Permalink
Add info about config to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaider10 committed Oct 23, 2021
1 parent 1bb3c6b commit e028d48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ This mod can also be used as an api to let other mods change player gravity.
## Optional Dependencies
[Mod Menu]()

## Config
This mod has a config located in `.minecraft/config/gravitychanger.json`. You can edit it manually or in game using modmenu.
The config has 2 categories: `Client` and `Server`.
`Client` category contains options that only take effect on the client and need to be set on the client.
`Server` category contains options that only take effect on the server and need to be set in the server config. If you are playing in singleplayer your server uses the same config as your client and you can change it from modmenu. If you are playing on a server the server config is not updated when you change it on your client, it can only be edited using the server config file.

## Importing
First clone this repo and run `gradlew build`.
Copy the resulting dev jar from `build/libs/` into `libs/` inside your project.
Expand Down

0 comments on commit e028d48

Please sign in to comment.