Skip to content

Commit

Permalink
mod(client&server): added polymorphic energistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Conquerix committed May 9, 2024
1 parent d56d2af commit 5a7ff52
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2 deletions.
5 changes: 5 additions & 0 deletions client/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,11 @@ file = "mods/polymorph.pw.toml"
hash = "5f90796765960f0fd2983895ceb3f345bd723ff826d24b4f291fa6256f4ce002"
metafile = true

[[files]]
file = "mods/polymorphic-energistics.pw.toml"
hash = "85cae3c368c0405f81d078a73a0857f5da1db8f7a027658ab9607944ff8f225e"
metafile = true

[[files]]
file = "mods/ponder.pw.toml"
hash = "798aba2ebd0851aa6c5d653026753dae54595149c0e485e252a4992b4370c013"
Expand Down
13 changes: 13 additions & 0 deletions client/mods/polymorphic-energistics.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Polymorphic Energistics"
filename = "polyeng-fabric-0.1.1-1.20.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/VS1a14jA/versions/YBPDqGX1/polyeng-fabric-0.1.1-1.20.1.jar"
hash-format = "sha1"
hash = "f4c6ac052f4e279ce855652cfb7fd248709efab6"

[update]
[update.modrinth]
mod-id = "VS1a14jA"
version = "YBPDqGX1"
2 changes: 1 addition & 1 deletion client/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 = "25d4cb48d9add244c029ceccb56a7ddd92b4f30d8fbec8aafff8be798ec8a9b4"
hash = "99e65a9bc32cf357d0e0cfea1a4b16d805cf86e1f244767b22cf286bead45b6a"

[versions]
fabric = "0.15.10"
Expand Down
5 changes: 5 additions & 0 deletions server/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,11 @@ file = "mods/polymorph.pw.toml"
hash = "5f90796765960f0fd2983895ceb3f345bd723ff826d24b4f291fa6256f4ce002"
metafile = true

[[files]]
file = "mods/polymorphic-energistics.pw.toml"
hash = "85cae3c368c0405f81d078a73a0857f5da1db8f7a027658ab9607944ff8f225e"
metafile = true

[[files]]
file = "mods/ponder.pw.toml"
hash = "798aba2ebd0851aa6c5d653026753dae54595149c0e485e252a4992b4370c013"
Expand Down
13 changes: 13 additions & 0 deletions server/mods/polymorphic-energistics.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Polymorphic Energistics"
filename = "polyeng-fabric-0.1.1-1.20.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/VS1a14jA/versions/YBPDqGX1/polyeng-fabric-0.1.1-1.20.1.jar"
hash-format = "sha1"
hash = "f4c6ac052f4e279ce855652cfb7fd248709efab6"

[update]
[update.modrinth]
mod-id = "VS1a14jA"
version = "YBPDqGX1"
2 changes: 1 addition & 1 deletion server/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 = "6c7b09e1793e2f94152a5f803821fa3e8beb2438afc3b1b9f94b1992c12da6a1"
hash = "fceaa3f0c6922915276d9fc2dde2b61b09fd6696cc3977c9b553538fea4df913"

[versions]
fabric = "0.15.10"
Expand Down

0 comments on commit 5a7ff52

Please sign in to comment.