Skip to content

Commit

Permalink
Datapacks need to be .pw.toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
klaribot committed May 5, 2023
1 parent 4d0a460 commit 6bdb94a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Exclude exported CurseForge zip files
/packwiz/*.zip
# Exclude exported CurseForge/MultiMC zip files
/export/*.zip

# Exclude exported Modrinth modpacks
/packwiz/*.mrpack
/export/*.mrpack

# Exclude packwiz binary
packwiz-run
5 changes: 5 additions & 0 deletions packwiz/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,11 @@ file = "mods/xaeros-minimap.pw.toml"
hash = "9112a7917815d6c1f9a1617b90963f813ca03a0f3322e35ca7ce0066935f63ef"
metafile = true

[[files]]
file = "openloader/data/terratonic.pw.toml"
hash = "02b03085ab64903c4b46d1a9f9bdf468fbdabfd76e7425d12e9833bf1f848e4b"
metafile = true

[[files]]
file = "options.txt"
hash = "af6463f303e94f001c8c4392dedac593bedb73cc2e7595c98116a0c74e4cd8db"
Binary file removed packwiz/openloader/data/terratonic-1-18-2.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions packwiz/openloader/data/terratonic.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "terratonic"
filename = "terratonic-1-18-2.zip"

[download]
url = "https://github.com/ApolloDatapacks/pack-library/raw/main/terratonic/terratonic-1-18-2.zip"
hash-format = "sha1"
hash = "ed2d83778f7d32cec89b51438941561dfda87b55"
2 changes: 1 addition & 1 deletion packwiz/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 = "10368134eef4251b365be705789acb6a832bd9368233a3174b37d73967a6f713"
hash = "781bc6c3e3cd53cd714d2dbe011e7901d2dbc0e5442f24efe7365e20e7a4c13c"

[versions]
forge = "40.2.2"
Expand Down

0 comments on commit 6bdb94a

Please sign in to comment.