diff options
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/ebe.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -46,6 +46,11 @@ hash = "1b19299e52a1cb9700c63afee1b7e0658c7694e4ec2731c8901beb9ed1150701" metafile = true [[files]] +file = "mods/ebe.pw.toml" +hash = "179d1b7ca85bd3202749e2cc95413daec331dd37dbcf66d07f12a2cd1c0ee397" +metafile = true + +[[files]] file = "mods/entityculling.pw.toml" hash = "96478690ba4437d4f27af541c9365bd9dfd30674c3dc12fb3a1702e358a16a0c" metafile = true 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" @@ -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" |
