From 85798f76beef5b6bfb3b0745b2020f48ec492766 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 23 Oct 2023 12:07:24 -0400 Subject: [PATCH] Blacklist EMF from loading in Puzzle (crash) --- config/yosbr/config/puzzle.json | 5 +++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/puzzle.json diff --git a/config/yosbr/config/puzzle.json b/config/yosbr/config/puzzle.json new file mode 100644 index 0000000..7522756 --- /dev/null +++ b/config/yosbr/config/puzzle.json @@ -0,0 +1,5 @@ +{ + "disabledIntegrations": [ + "entity_model_features" + ] +} diff --git a/index.toml b/index.toml index fe26468..83280df 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,10 @@ hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3" file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" +[[files]] +file = "config/yosbr/config/puzzle.json" +hash = "f4f3a9663a482ff424c2db4212fc6f6842c1af3bfb97ebe5c5d7e35e33974e78" + [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" hash = "c072599a7c36a2e240d61ea78ee02b57dec67ae1cfb6dfe70f8ea58537099d40" diff --git a/pack.toml b/pack.toml index fcd5c35..9700df4 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 = "9c239d8ba955a400780f6020979346d3703576964e6e36747b1c968cd63b53d4" +hash = "cb122591acfc4139002f4eb8ed80679c4c9e572f1abec2e7c3b3fcf27e961d0c" [versions] minecraft = "1.20.1"