diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
commit | ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch) | |
tree | c33e0cc839e4c654239dc2ee62e831860f07f6f7 /pack.toml |
first commit
Diffstat (limited to 'pack.toml')
-rw-r--r-- | pack.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..dfdc280 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Gregtech: Atomic Frontiers" +author = "GT:AF Team" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "c4878e2f70da945cd24dcf0967c78eaf9742477802e628bd74d9c5b7b2c671d5" + +[versions] +forge = "14.23.5.2860" +minecraft = "1.12.2" |