Skip to content

Commit

Permalink
feat: replace jei with rei, added clear void mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 26, 2024
1 parent bb49003 commit 0be80f0
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 20 deletions.
20 changes: 15 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ file = "mods/chunk-loaders.pw.toml"
hash = "d1d6ff2b3749a159e309433d774a85b485a1d72931363cd181192bfb95b85c44"
metafile = true

[[files]]
file = "mods/clear-void.pw.toml"
hash = "9bd3ddd31796e9c04bca1243373b47ce3e58728547ac4a420bf0ebc7c951d487"
metafile = true

[[files]]
file = "mods/cloth-config.pw.toml"
hash = "38cf4a76862812fefc9b1ae0b8fac02b3f706716f3228eb859b511950273e791"
Expand Down Expand Up @@ -143,11 +148,6 @@ file = "mods/jade.pw.toml"
hash = "c0a0a1e85892a9546c1c69761db4d676e8ff63f67dd203b9d1ad1dc0b07d7b0f"
metafile = true

[[files]]
file = "mods/jei.pw.toml"
hash = "98727baa5596efd274e4f99cddda4f289931bc14f527261c76f1f959fc3a0eb3"
metafile = true

[[files]]
file = "mods/journeymap.pw.toml"
hash = "290e39267f98ae5f3037b12d3a2cd04570f21710e38446188a75b6fc460ddb10"
Expand Down Expand Up @@ -203,11 +203,21 @@ file = "mods/pipez.pw.toml"
hash = "8f206f9520244cdd99a9fb2714a72f383001d2c0278438bbd7dba04bdf8f601b"
metafile = true

[[files]]
file = "mods/rei.pw.toml"
hash = "9f406e80eecb4fd2e3e0e1e50add917360d25baedcb392a12126b991ae1a6550"
metafile = true

[[files]]
file = "mods/robs-floating-islands.pw.toml"
hash = "0d37a3fb5d8ce4746c98a5cb13cb4c4595ab4eb3abd6766220a91dbb2d5f6cd0"
metafile = true

[[files]]
file = "mods/roughly-enough-items-hacks.pw.toml"
hash = "7986425df54d16850b84c3c8bc63fe963dceb19c5190f67839c5bddf22730ee7"
metafile = true

[[files]]
file = "mods/scalable-cats-force.pw.toml"
hash = "0efdfd042ff64bcbd20ea342d47214c362a124f63568ccf3f1516caf134dc596"
Expand Down
13 changes: 13 additions & 0 deletions mods/clear-void.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Clear Void"
filename = "clearvoid-forge-1.3.0.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/xsFn8GIq/versions/5YMCJnNn/clearvoid-forge-1.3.0.jar"
hash-format = "sha1"
hash = "13364f08d46fa97a633a24d192e42685d0695855"

[update]
[update.modrinth]
mod-id = "xsFn8GIq"
version = "5YMCJnNn"
13 changes: 0 additions & 13 deletions mods/jei.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions mods/rei.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Roughly Enough Items (REI)"
filename = "RoughlyEnoughItems-12.0.684-forge.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/vh5KkK3e/RoughlyEnoughItems-12.0.684-forge.jar"
hash-format = "sha1"
hash = "0661579c44f83fef980829831ed02122b74ab6f1"

[update]
[update.modrinth]
mod-id = "nfn13YXA"
version = "vh5KkK3e"
13 changes: 13 additions & 0 deletions mods/roughly-enough-items-hacks.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "REI Plugin Compatibilities"
filename = "REIPluginCompatibilities-forge-12.0.93.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/1PfY6b5p/versions/XwQE7XRH/REIPluginCompatibilities-forge-12.0.93.jar"
hash-format = "sha1"
hash = "00ba3027cd4942013b22ac07a42f2e0cc6703b8a"

[update]
[update.modrinth]
mod-id = "1PfY6b5p"
version = "XwQE7XRH"
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7339452ea84874dd128e1df8c5492e2902595cbc3dc7e89352170a1a2d76f0c1"
hash = "1602bfd8e1e286f47d67dde688c26f69abf83ddb501516e9a3001af441bbea92"

[versions]
minecraft = "1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion packwiz.json

Large diffs are not rendered by default.

0 comments on commit 0be80f0

Please sign in to comment.