Skip to content

Commit

Permalink
Update Dynamic FPS supported versions and metadata (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed May 24, 2024
1 parent 48859c4 commit 0d0508a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions alternatives/dynamic-fps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import Mod from "../build_src/mod.mjs";

const mod = new Mod(
"Dynamic FPS",
"juliand665",
"Improve performance when Minecraft is in the background.",
"juliand665, LostLuma",
"Reduce resource usage while Minecraft is in the background or idle.",
)
.icon("https://cdn.modrinth.com/data/LQ3K71Q1/icon.png")
.add_version({ loader: ["quilt"], v: [18, 19, 20] }, { loader: ["fabric"], v: [14, 15, 16, 17, 18, 19, 20] }, { loader: ["forge"], v: [16.5, 17, 18, 19, 20] }, { loader: ["neoforge"], v: [20] })
// Some early 1.14.x and 1.16.x Fabric / Quilt versions are only available on GitHub and CurseForge, so the import doesn't catch them
.add_version({ loader: ["fabric", "quilt"], v: [14, 14.1, 14.2, 15, 16, 16.1, 17, 18, 19, 20] }, { loader: ["forge"], v: [16.5, 17, 18, 19, 20] }, { loader: ["neoforge"], v: [20.2, 20.3, 20.4] })
.add_category("Performance", "Client")
.add_link(
{ host: "modrinth" },
Expand Down

0 comments on commit 0d0508a

Please sign in to comment.