diff --git a/index.toml b/index.toml index 1409827..7ef6fbd 100644 --- a/index.toml +++ b/index.toml @@ -376,6 +376,11 @@ file = "mods/coroutil.pw.toml" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true +[[files]] +file = "mods/crafttweaker.pw.toml" +hash = "a30726b64c6922cd85d0a2d0b4946cbf1c2c5bee9d167a21ad66e27a8359b4bf" +metafile = true + [[files]] file = "mods/create-better-villagers.pw.toml" hash = "957a1155261f7e17c6fd70fd64d16c447addd07f0dc2774411784d259fa317b4" @@ -471,6 +476,11 @@ file = "mods/createaddition.pw.toml" hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" metafile = true +[[files]] +file = "mods/createtweaker.pw.toml" +hash = "4f36e1935e02fa10a1659f9943fe3c63709da542631f89bfba4ceb4c3fdaedea" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "78085457d022d795c7f4f5566476fde9a8a4e81eee96db09ef7f5bd09eb34926" @@ -586,6 +596,11 @@ file = "mods/fastquit.pw.toml" hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" metafile = true +[[files]] +file = "mods/faux-custom-entity-data.pw.toml" +hash = "00f2e8c9f900b119fc5931bce91d7c00845a8e494db8910c3a4e7d69bde2bc75" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..5f75a97 --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker-fabric-1.20.1-14.0.57.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/mdTQhYGk/CraftTweaker-fabric-1.20.1-14.0.57.jar" +hash-format = "sha512" +hash = "bd55f4a3cb29e96b2edf3d4294330c455f405ecfbb2a91e13196e3e58b7d98a04bd0921e6a54a9d77c8d3564ffe638e4207f8d1388d24ef9326584cbe4feb91f" + +[update] +[update.modrinth] +mod-id = "Xg35A4rS" +version = "mdTQhYGk" diff --git a/mods/createtweaker.pw.toml b/mods/createtweaker.pw.toml new file mode 100644 index 0000000..c91ccc6 --- /dev/null +++ b/mods/createtweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CreateTweaker" +filename = "CreateTweaker-fabric-1.20.1-4.0.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vEila6nl/versions/C5FpflFw/CreateTweaker-fabric-1.20.1-4.0.15.jar" +hash-format = "sha512" +hash = "3f128ef8ea150584c17e46b6f05ca1d0983d5df427651d66c3a977078b8f0badeecd6678871f118d51c9bf80360b39b46e0551de30e5c54737a1056af1b47b0b" + +[update] +[update.modrinth] +mod-id = "vEila6nl" +version = "C5FpflFw" diff --git a/mods/faux-custom-entity-data.pw.toml b/mods/faux-custom-entity-data.pw.toml new file mode 100644 index 0000000..dedea9e --- /dev/null +++ b/mods/faux-custom-entity-data.pw.toml @@ -0,0 +1,13 @@ +name = "Faux Custom Entity Data" +filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E7ZFR7qk/versions/11wR6r8x/FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +hash-format = "sha512" +hash = "db9599b6bbbf236ee48712052731cccae0b2431f959d047e51c94b4a4ce9ad48710da48ae699d06b275e9ebb74ddb5b5ccf7678efee9a1ecafc2a04456ed9105" + +[update] +[update.modrinth] +mod-id = "E7ZFR7qk" +version = "11wR6r8x" diff --git a/pack.toml b/pack.toml index b2e7ad0..360b633 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8594c6b43a5472beaf6c1c2710a059dae0b59c3083646e44bb3c8881f2b409d1" +hash = "08c7e2c0fb88158fa85893c4cc87761bb0fdb636c3ed6eb99d0b453413e2848c" [versions] fabric = "0.16.14"