Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliand665 committed Aug 14, 2019
1 parent 43e76cf commit ddd6a70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
Binary file added GitHub/logo.afdesign
Binary file not shown.
Binary file added GitHub/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Fabric Example Mod
<p align="center">
<img width=256px src="GitHub/logo.png" />
</p>

## Setup
# Dynamic FPS

1. Edit build.gradle and mod.json to suit your needs.
* The "mixins" object can be removed from mod.json if you do not need to use mixins.
* Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
2. Run the following command:
Dynamic FPS automatically reduces the speed at which minecraft renders when it's not focused (to 1 FPS) or hidden (no renders at all). It also fixes a bug in Vanilla Minecraft that makes it take much more performance in the background than it should.

```
./gradlew idea
```
Download in [the releases section](https://github.com/juliand665/Dynamic-FPS/releases) or on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/dynamic-fps).

## License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

0 comments on commit ddd6a70

Please sign in to comment.