Skip to content

Commit

Permalink
feat: add microblocks and xnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 22, 2024
1 parent 33480cc commit 02425ad
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 1 deletion.
25 changes: 25 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,21 @@ file = "mods/gravestone-mod.pw.toml"
hash = "4753a161dd42ce633262fb987bf7805785c6e34db21d67ad647d391af6b3522e"
metafile = true

[[files]]
file = "mods/hammer-lib.pw.toml"
hash = "0259ff86b5c5655cbe9a25c626dcabc76cc049a82cce44af54a652fd4474f021"
metafile = true

[[files]]
file = "mods/hammer-microblocks.pw.toml"
hash = "44f4f57fff680e5735186cb5621f00434bdb6a4a0d15364d6ad9bdeb7c25e561"
metafile = true

[[files]]
file = "mods/hammer-multipart.pw.toml"
hash = "7ed339cf3d4853568b5578c1cdf6d932ee5370cbdb55299a7408ee52773f7db2"
metafile = true

[[files]]
file = "mods/industrial-foregoing.pw.toml"
hash = "cd487952f1096d06d0507170caf1e49f5f2cebc97eb4323b1e697491990ac0ee"
Expand Down Expand Up @@ -292,3 +307,13 @@ metafile = true
file = "mods/xaeros-world-map.pw.toml"
hash = "ea246ad0580b48133dfacf549f53c0cbcb3577f5e838f7374e685963594427f8"
metafile = true

[[files]]
file = "mods/xnet-gases.pw.toml"
hash = "a837bcf6f3e2055e527a2219acae36aaf923f044202c6994874db9d48e319aa6"
metafile = true

[[files]]
file = "mods/xnet.pw.toml"
hash = "b1fe70ebc903927c01525aaf2b5ef905c02e2c509eb9112b1f85e6a44b54d147"
metafile = true
13 changes: 13 additions & 0 deletions mods/hammer-lib.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "HammerLib"
filename = "HammerLib-1.20.1-20.1.25.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/PlkSuVtM/versions/WfKD6Uph/HammerLib-1.20.1-20.1.25.jar"
hash-format = "sha1"
hash = "fb8778e76e1fd351e212c2a80315bc8718c7c4d5"

[update]
[update.modrinth]
mod-id = "PlkSuVtM"
version = "WfKD6Uph"
13 changes: 13 additions & 0 deletions mods/hammer-microblocks.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "HammerMicroblocks"
filename = "HammerMicroblocks-1.20.1-20.1.8.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/61kgjt4z/versions/q85Rq07e/HammerMicroblocks-1.20.1-20.1.8.jar"
hash-format = "sha1"
hash = "3d49eba0e929a8a70d9768856ec63757027e5a10"

[update]
[update.modrinth]
mod-id = "61kgjt4z"
version = "q85Rq07e"
13 changes: 13 additions & 0 deletions mods/hammer-multipart.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "HammerMultipart"
filename = "HammerMultipart-1.20.1-20.1.17.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/9g6WlH2N/versions/ALctsgu9/HammerMultipart-1.20.1-20.1.17.jar"
hash-format = "sha1"
hash = "9ecee4ce871cb9786a1f4911a14de2b7a9760e16"

[update]
[update.modrinth]
mod-id = "9g6WlH2N"
version = "ALctsgu9"
13 changes: 13 additions & 0 deletions mods/xnet-gases.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "XNet Gases"
filename = "xnetgases-1.20.1-5.0.0.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/H1x2EwLg/versions/9kAjtec2/xnetgases-1.20.1-5.0.0.jar"
hash-format = "sha1"
hash = "a3497f9c557fa3c96ba31f5d686c69d7f64325a4"

[update]
[update.modrinth]
mod-id = "H1x2EwLg"
version = "9kAjtec2"
13 changes: 13 additions & 0 deletions mods/xnet.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "XNet"
filename = "xnet-1.20-6.0.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/iu1jkWqa/versions/v7egKLKS/xnet-1.20-6.0.2.jar"
hash-format = "sha1"
hash = "b7da5815815cfa0d1090a7436f61c2207496c107"

[update]
[update.modrinth]
mod-id = "iu1jkWqa"
version = "v7egKLKS"
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 = "db21ec2c66aaa6cb968296a55d36b58ccb049725856e0d80c6ae72b28c461b48"
hash = "0757726a2a55953952cdda73dbbe2e4e5c6f0925e3f6f7c1f9ed9f0187cf3561"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit 02425ad

Please sign in to comment.