Skip to content

Commit

Permalink
feat: add rftools autocrafting
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 14, 2024
1 parent cfa6fa0 commit 983e1cc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 2 deletions.
15 changes: 15 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ file = "mods/material-elements.pw.toml"
hash = "e678439371264064afc64eea68023b0e71aee4957cb6c31289f46141f9e016fa"
metafile = true

[[files]]
file = "mods/mcjtylib.pw.toml"
hash = "1eb10738bc8c473a5212a86918941548424a4b10ee563d6b2cbe95bad6107aa3"
metafile = true

[[files]]
file = "mods/mekanism-additions.pw.toml"
hash = "db0cb90566275af969156c109a7c706dfeae5976e1f7083b47bfca1fcd3fb011"
Expand Down Expand Up @@ -183,6 +188,16 @@ file = "mods/refined-storage.pw.toml"
hash = "9a8bc01ac2c21bad372e5b7db21e6d6207c0e1f1d60d1481157a2131ad653a26"
metafile = true

[[files]]
file = "mods/rftools-base.pw.toml"
hash = "44e35060d764d847704deb2b1301c169b798c7c19eef49997516a48acc3d7fd2"
metafile = true

[[files]]
file = "mods/rftools-utility.pw.toml"
hash = "98b6a4de348910cc31bd3a782ab9c38abadef6bca7ec32bd047059b3311ad796"
metafile = true

[[files]]
file = "mods/rs-requestify.pw.toml"
hash = "1a1bfe0776cb92961f84add606ac5ef2cf0cea183f1cf8ba168feb29520142a2"
Expand Down
13 changes: 13 additions & 0 deletions mods/mcjtylib.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "McJtyLib"
filename = "mcjtylib-1.20-8.0.3.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/1Zu0uTEE/versions/vA8GsEKt/mcjtylib-1.20-8.0.3.jar"
hash-format = "sha1"
hash = "e3907a3466b681d89d36642485bc71ea3c69830a"

[update]
[update.modrinth]
mod-id = "1Zu0uTEE"
version = "vA8GsEKt"
13 changes: 13 additions & 0 deletions mods/rftools-base.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "RFTools Base"
filename = "rftoolsbase-1.20-5.0.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/hIO8IsD8/versions/SybYUK3U/rftoolsbase-1.20-5.0.2.jar"
hash-format = "sha1"
hash = "2acd5750e5f0c6ccad254c42a2b85fd2c31f2488"

[update]
[update.modrinth]
mod-id = "hIO8IsD8"
version = "SybYUK3U"
13 changes: 13 additions & 0 deletions mods/rftools-utility.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "RFTools Utility"
filename = "rftoolsutility-1.20-6.0.5.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/7n3HbHSE/versions/v85dnRYJ/rftoolsutility-1.20-6.0.5.jar"
hash-format = "sha1"
hash = "2864342045a2c598034e98d3a0f3f8d347aa0080"

[update]
[update.modrinth]
mod-id = "7n3HbHSE"
version = "v85dnRYJ"
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 = "9b4524f2035053355322db1c215960bd58cab3b636872c8667aa2b621b4f9ab7"
hash = "dcb58f90fbd62620923a8fb5063cd5a1d524717ee50016ef5cf353ad74fc62a2"

[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 983e1cc

Please sign in to comment.