Описание
# BoostedExperience: A Fabric mod to adjust the experience gain rate
BoostedExperience is a Fabric mod that lets you change how much experience you get from various sources by applying a multiplier. With this mod, you can tweak the experience gain rate to suit your preferred level of challenge and progression.
**This mod depends on the library mod [Roselib](https://modrinth.com/mod/rose-bush)**!
## How to use:
- **Install the mod and run Minecraft at least once.**
- **Go to the config folder inside your .minecraft folder.**
- **Find the file named "BoostedExperience.json".**
- **Open that file with any text editor and edit the settings.**
**The JSON file should look something like this:**
```
{
"multiplier": 5.0 // set this to any multiplier you want! (careful tho, you might crash the game)
}
```
On Client, you can use [ModMenu](https://modrinth.com/mod/mod-menu) for modification
On Server, you have to reboot the server by using /stop
## Note:
This mod is **server-side only**! That means the client does not need this mod to join a server that has it, and this mod will not work if you are playing on a server that does not have it, even if the server has it, the server's config will override the client's.
**Installing this mod on the client will only affect your singleplayer worlds.**