feat: add "Construction Wand" mod

This commit is contained in:
2026-02-17 18:44:35 -06:00
parent 8375745b8b
commit c49ff22a10
3 changed files with 19 additions and 1 deletions

5
index.toml generated
View File

@@ -35,6 +35,11 @@ file = "mods/configured.pw.toml"
hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1" hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1"
metafile = true metafile = true
[[files]]
file = "mods/construction-wand.pw.toml"
hash = "f0a3b2a75840024a3dfc03dc073b20e61aa41cf939cef2698308029a5f870c35"
metafile = true
[[files]] [[files]]
file = "mods/create-bits-n-bobs.pw.toml" file = "mods/create-bits-n-bobs.pw.toml"
hash = "cd1d5a57c6fe6432043ceb6c4756f17d79477989658d7d3f18ab6ae82e8b918f" hash = "cd1d5a57c6fe6432043ceb6c4756f17d79477989658d7d3f18ab6ae82e8b918f"

View File

@@ -0,0 +1,13 @@
name = "Construction Wand"
filename = "constructionwand-1.20.1-2.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bV2crgLh/versions/XCgKj8gL/constructionwand-1.20.1-2.11.jar"
hash-format = "sha512"
hash = "a029f801dbcfacd230650fd018f7424535454fb2062d796cbe9cd622a9fe4ae80cb0d7883faa2775c27ed73a21dffbadb44ddc32ce1293ec098654393e7b1c95"
[update]
[update.modrinth]
mod-id = "bV2crgLh"
version = "XCgKj8gL"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "20c728b509f2e87343895b32beec6c574e1094b0245138c1d05587a73a6d4a38" hash = "fdc052d734109cf8ce74aa945e58dc224866983cfd842d4ebb42d6f641942da6"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"