Skip to content

Commit

Permalink
Change mod description
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimateBoomer committed Mar 6, 2021
1 parent 3b890b9 commit ea6017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version=0.11.2
# Mod Properties
mod_version=1.5.0
mod_id=smoothboot
mod_desc=Improve Minecraft threaded performance
mod_desc=Improve Minecraft CPU scheduling.
maven_group=io.github.ultimateboomer

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "${version}",

"name": "Smooth Boot",
"description": "Optimize Minecraft's loading process to be smoother on low end systems and scale better on high end systems.\nThe effect may be different depending on the computer.",
"description": "Improve Minecraft CPU scheduling.",
"authors": [
"UltimateBoomer"
],
Expand Down

0 comments on commit ea6017b

Please sign in to comment.