Skip to content

Commit

Permalink
Update Dynamic FPS (#73)
Browse files Browse the repository at this point in the history
* Update dynamic-fps.mjs

* Create embeddium.mjs

* Update embeddium.mjs

* Delete alternatives/embeddium.mjs
  • Loading branch information
OKHI233 authored Feb 27, 2024
1 parent 5238a02 commit 48859c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alternatives/dynamic-fps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const mod = new Mod(
"Improve performance when Minecraft is in the background.",
)
.icon("https://cdn.modrinth.com/data/LQ3K71Q1/icon.png")
.add_version({ loader: ["quilt"], v: [18, 19.4] }, { loader: ["fabric"], v: [14, 15, 16, 17, 18, 19.4] })
.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] })
.add_category("Performance", "Client")
.add_link(
{ host: "modrinth" },
Expand Down

0 comments on commit 48859c4

Please sign in to comment.