initial commit of packwiz

This commit is contained in:
silver 2024-12-30 20:38:39 +00:00
parent ae6371350a
commit 1b49725f01
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 20 additions and 0 deletions

5
.packwizignore Normal file
View file

@ -0,0 +1,5 @@
# DOnt add teh IDE's
/.idea
# dont add flake stuff
flake.*

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 = "Skynet"
author = "Skynet"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e"
[versions]
fabric = "0.16.9"
minecraft = "1.21.4"