Skip to content

Commit

Permalink
feat: add doors, fences and roofs
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Feb 18, 2024
1 parent 544abe9 commit 4fd4b1b
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
15 changes: 15 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ file = "mods/libx.pw.toml"
hash = "2b6ec657310bc2163688bc66cf1a3524f426679483f409247b0fd66107db02e4"
metafile = true

[[files]]
file = "mods/macaws-doors.pw.toml"
hash = "33e24e7a4d30979259731196cfa1b326542ccee07ae329180eea218dcd0c55c2"
metafile = true

[[files]]
file = "mods/macaws-fences-and-walls.pw.toml"
hash = "f09156e953a90aa326b2b8323fce02456768e7d37a315271adf17a28a0d65989"
metafile = true

[[files]]
file = "mods/macaws-roofs.pw.toml"
hash = "f89072240962d6626670a875ae6158ef85b068cf67eaf97a0a3ffd661287f260"
metafile = true

[[files]]
file = "mods/material-elements-panels-plates-slabs.pw.toml"
hash = "eb01b338f1044477ff8c9417173501fc04f48b84e54f4d6d885c5449ab4b43b4"
Expand Down
13 changes: 13 additions & 0 deletions mods/macaws-doors.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Macaw's Doors"
filename = "mcw-doors-1.1.0forge-mc1.20.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/kNxa8z3e/versions/1FZcvrDQ/mcw-doors-1.1.0forge-mc1.20.1.jar"
hash-format = "sha1"
hash = "4cd1ca324542b64d670a4e173d57860906cbfe02"

[update]
[update.modrinth]
mod-id = "kNxa8z3e"
version = "1FZcvrDQ"
13 changes: 13 additions & 0 deletions mods/macaws-fences-and-walls.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Macaw's Fences and Walls"
filename = "mcw-fences-1.1.1-mc1.20.1forge.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/GmwLse2I/versions/RrR8Pwu7/mcw-fences-1.1.1-mc1.20.1forge.jar"
hash-format = "sha1"
hash = "78bc3f3564727d39b8d93d68b4eba1f048a7f873"

[update]
[update.modrinth]
mod-id = "GmwLse2I"
version = "RrR8Pwu7"
13 changes: 13 additions & 0 deletions mods/macaws-roofs.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Macaw's Roofs"
filename = "mcw-roofs-2.3.0-mc1.20.1forge.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/B8jaH3P1/versions/zkkzyEgT/mcw-roofs-2.3.0-mc1.20.1forge.jar"
hash-format = "sha1"
hash = "06c71bdd93fadc1bb334264f8469236360207b8e"

[update]
[update.modrinth]
mod-id = "B8jaH3P1"
version = "zkkzyEgT"
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 = "c3826b7623a465fa827f3793a84834d69f021ce6b71a3bdb2db9207340e5b9db"
hash = "865a1b7e347fa0c326f98cf77d37d93e7cd1296f81c5188beb2d5436ee72d0f7"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit 4fd4b1b

Please sign in to comment.