Описание
# SplashFox
This mod adds a bouncy [blobfox](https://volpeon.ink/projects/emojis/blobfox) on the Minecraft loading screen (aka the Splash Screen)!
Available for Minecraft 1.17 - 1.21 with the Fabric/Quilt modloader, designed for client-side.

## Config
A GUI configuration screen is available on Minecraft 1.19.3+ by installing [Mod Menu](https://modrinth.com/mod/modmenu).

You can also modify the config file manually in `Your_Game_Instances/config/splashfox/config.json` in circumstances where the Config GUI does not work, configurable item as follows:
Config File Keys (Click to Open)
| Item | Description | Default | Type |
|-------------|--------------------------------------------------------------------|-------------------------------------|---------------------------------------------------------------------------------------------|
| Drop Height | How much the fox will drop before bouncing up again | 1.5 | decimal number |
| Fox Size | Relative size of the fox | 1.5 | decimal number |
| Speed | Relative speed of the animation | 1 | decimal number |
| Flipped | Whether to flip the blobfox horizontally | false | boolean (true/false) |
| Wobbly | Whether the fox will deform slightly when hitting the lowest point | true | boolean (true/false) |
| Image Path | The Minecraft id reference to the image file | splashfox:textures/gui/ blobfox.png | string |
| Position | Position of where the fox should be placed | ABOVE_MOJANG | LEFT_TO_MOJANG, RIGHT_TO_MOJANG, ABOVE_MOJANG, REPLACE_MOJANG, FOLLOW_MOUSE |
## Bugs/Suggestions
If you have any suggestions or bug report, don't hesitate to open an GitHub issue [here](https://github.com/AmberIsFrozen/Splashfox/issues)!
## License
The [Blobfox emojis](https://volpeon.ink/emojis/blobfox/) are licensed under Apache 2.0
This project is licensed under the MIT License