From f194e4f9489a764bba981d09f1f27fbcc20c2c0e Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 2 Apr 2024 21:26:24 -0400 Subject: add back EBE --- index.toml | 5 +++++ mods/ebe.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/ebe.pw.toml diff --git a/index.toml b/index.toml index 62b6a97..70414bf 100644 --- a/index.toml +++ b/index.toml @@ -45,6 +45,11 @@ file = "mods/e4mc.pw.toml" hash = "1b19299e52a1cb9700c63afee1b7e0658c7694e4ec2731c8901beb9ed1150701" metafile = true +[[files]] +file = "mods/ebe.pw.toml" +hash = "179d1b7ca85bd3202749e2cc95413daec331dd37dbcf66d07f12a2cd1c0ee397" +metafile = true + [[files]] file = "mods/entityculling.pw.toml" hash = "96478690ba4437d4f27af541c9365bd9dfd30674c3dc12fb3a1702e358a16a0c" diff --git a/mods/ebe.pw.toml b/mods/ebe.pw.toml new file mode 100644 index 0000000..2499edb --- /dev/null +++ b/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9.1+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/eIFo7wvq/enhancedblockentities-0.9.1%2B1.20.2.jar" +hash-format = "sha1" +hash = "7d40ccbc5355602325ad3e633592441a63a3999a" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "eIFo7wvq" diff --git a/pack.toml b/pack.toml index 70babaa..1959769 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 = "77ca3f78c9d346159e24ea601bde5e7d574befdbd694e979bbbe4891ec3c7a35" +hash = "630284d517f57a9a22a80981527101bf99b7a7cdae1fb43738edf06dd0a96757" [versions] fabric = "0.15.3" -- cgit v1.2.3