From 1fe69abfde02b0c1bd3928aa3fc6c3d6c96bac32 Mon Sep 17 00:00:00 2001 From: triethyl Date: Fri, 2 Jan 2026 23:25:31 -0500 Subject: initialized modpack and added mods --- pack.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pack.toml (limited to 'pack.toml') diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..6d5e200 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Fantasy Minecraft Modpack" +author = "Culsans_" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "e8923483054b3cdd0bfe7183dbba7c92407ccfc413e53118041be957cb0cbc20" + +[versions] +fabric = "0.18.4" +minecraft = "1.20.1" -- cgit v1.2.3