feat: packwiz init

This commit is contained in:
2026-02-17 16:13:19 -06:00
commit fb4c7f1742
3 changed files with 18 additions and 0 deletions

3
.packwizignore Normal file
View File

@@ -0,0 +1,3 @@
.jj/
.git/
README.md

2
index.toml Normal file
View File

@@ -0,0 +1,2 @@
hash-format = "sha256"
files = []

13
pack.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "My Minecraft Mod Pack"
author = "David Guevara"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e"
[versions]
minecraft = "1.20.1"
neoforge = "47.1.106"