From 77552847220b59fd36a228ec6e2d8c6dcc2b2241 Mon Sep 17 00:00:00 2001 From: pinchese Date: Thu, 28 Jul 2022 05:06:16 -0500 Subject: [PATCH] added crawl mod --- config/yosbr/options.txt | 1 + index.toml | 7 ++++++- mods/crawl.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 mods/crawl.pw.toml diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 6c37c80..4476a34 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -128,6 +128,7 @@ key_key.amecs.toggle_right_pants_leg:key.keyboard.unknown key_key.amecs.toggle_right_sleeve:key.keyboard.unknown key_key.antighost.reveal:key.keyboard.unknown key_bedrockIfy.key.settings:key.keyboard.unknown +key_key.crawl:key.keyboard.x key_create.keyinfo.toolbelt:key.keyboard.left.alt key_create.keyinfo.toolmenu:key.keyboard.left.alt key_key.entityculling.toggle:key.keyboard.unknown diff --git a/index.toml b/index.toml index 19880a5..f48cdc5 100644 --- a/index.toml +++ b/index.toml @@ -230,7 +230,7 @@ hash = "cbb07207eefa4a4c6c9a0e138c75fe8a254af6b103fdf48941aae3301f42ff7c" [[files]] file = "config/yosbr/options.txt" -hash = "761afeacd871a53a822d67aaf24bf909dd2b6ed685f4644df1d74214e3cb8444" +hash = "1863d8c82677274260892281a20951a0214f3925cd8d8d1f92da5e8f48c63a48" [[files]] file = "config/yosbr/resources/background2.png" @@ -443,6 +443,11 @@ file = "mods/continuity.pw.toml" hash = "e2768d23161411dcddebe4bcfa7f154632706b57f685c34bcf65e22543ec0b46" metafile = true +[[files]] +file = "mods/crawl.pw.toml" +hash = "60906ae763074f3a483983e31fc771f69181315740579d69e39f961f1aea4731" +metafile = true + [[files]] file = "mods/create-fabric.pw.toml" hash = "c5bd4a4596e5a5b994963e8804a10fab35729c3ce86e6f5797efa38ccefab0bc" diff --git a/mods/crawl.pw.toml b/mods/crawl.pw.toml new file mode 100644 index 0000000..25f715e --- /dev/null +++ b/mods/crawl.pw.toml @@ -0,0 +1,13 @@ +name = "Crawl" +filename = "crawl-0.10.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H1JOVjhn/versions/0.10.6/crawl-0.10.6.jar" +hash-format = "sha1" +hash = "efe4f2852b4f76c870771131e232701de6ca09e3" + +[update] +[update.modrinth] +mod-id = "H1JOVjhn" +version = "r1hFP54H" diff --git a/pack.toml b/pack.toml index 981a547..eff00bd 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 = "fe7aa9a6b759a35b28ca278e5f294a36b3047d9ab2c90d01ca2bbc6a6993ee99" +hash = "923c3426893a8df1849166367890ba0efa7867808973a1df7da8c2dfb2ffb8a7" [versions] fabric = "0.14.8"