diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..4d78112 --- /dev/null +++ b/index.toml @@ -0,0 +1,9 @@ +hash-format = "sha256" + +[[files]] +file = "LICENSE" +hash = "84d0765a0ed076af40929cd3c81f8a5a79ff1875dcf4e071effcaa74185b18f4" + +[[files]] +file = "README.md" +hash = "0655f1371600922727fa66a6a3ad90ffb3a5cd9e9f851a66af048b13f3aaa3d3" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..a0b42dc --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Minecraft Modpack" +author = "sajenim" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "eb5b02a619f8d065db4542d0a336befb7116d8012f2ec990e45a2943bbf66cd4" + +[versions] +fabric = "0.15.11" +minecraft = "1.20.6"