From 96f9c836ec0a447bbf9712aa1fd10b42d891883c Mon Sep 17 00:00:00 2001 From: hkc Date: Tue, 27 Aug 2024 21:44:15 +0300 Subject: [PATCH] Added "Bobby" --- README.md | 1 + index.toml | 9 +++++++-- modinfo.toml | 9 +++++++++ mods/bobby.pw.toml | 18 ++++++++++++++++++ pack.toml | 2 +- 5 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 mods/bobby.pw.toml diff --git a/README.md b/README.md index 6bbee50..7809ff7 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Make this game at least playable * [CS] **[bad packets](https://modrinth.com/mod/badpackets)** - Bad Packets allows packet messaging between different modding platforms. * [CO] **[Better Ping Display [Fabric]](https://modrinth.com/mod/better-ping-display-fabric)** - Adds a configurable numerical ping display to the player list * [CS] **[BlameLog](https://modrinth.com/mod/blame-log)** - Prepends method callers to log messages + * [O][CO] **[Bobby](https://modrinth.com/mod/bobby)** - Allows for render distances greater than the server's view-distance * [CS] **[Concurrent Chunk Management Engine (Fabric)](https://modrinth.com/mod/c2me-fabric)** - A Fabric mod designed to improve the chunk performance of Minecraft. * [CS] **[Clumps](https://modrinth.com/mod/clumps)** - Clumps XP orbs together to reduce lag * [CO] **[Dynamic FPS](https://modrinth.com/mod/dynamic-fps)** - Reduce resource usage while Minecraft is in the background or idle. diff --git a/index.toml b/index.toml index d279437..a23abda 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "9b4e1639951746a2d5f88d4962df0bedfe22dfa14e9b27096fcec0f30be5da1a" +hash = "01cc3b102df1cfb21c7e74a759a812163715682718083c104ce08cccb57b5bf6" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "9fb16aee4f13bdc0d2430c0fcca3e208825fb3276da7a81f7e27658e9b472304" +hash = "c66a3a9d282a9aafe540d101918d7c39355ace2ed10d17ccebeade3419cd0c04" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -172,6 +172,11 @@ file = "mods/blame-log.pw.toml" hash = "7f63cfb5dea2ae10d102d9410842152f0d0b07723af78f1ae73bf32c46022194" metafile = true +[[files]] +file = "mods/bobby.pw.toml" +hash = "d85f4af9bba95656ecc0c114c0bfdbb47282cda63cf4b200ad34521a825b6d0b" +metafile = true + [[files]] file = "mods/bookshelf-lib.pw.toml" hash = "9a9190378ed3f2dcedb262fe971cfb4f1ee2f404f6c68d35970d29d413ed7645" diff --git a/modinfo.toml b/modinfo.toml index 5a1d177..f7d0491 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2682,3 +2682,12 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/y4JF3gXL/20b3cb454e8fb95cb169c93c2dff13980bbd236c.jpeg" category = "decoration" + +[mods.bobby] +name = "Bobby" +description = "Allows for render distances greater than the server's view-distance" +link = "https://modrinth.com/mod/bobby" +side = "client" +optional = true +icon = "https://cdn.modrinth.com/data/M08ruV16/icon.png" +category = "optimization" diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml new file mode 100644 index 0000000..5814800 --- /dev/null +++ b/mods/bobby.pw.toml @@ -0,0 +1,18 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/2cuVyTav/bobby-5.0.1.jar" +hash-format = "sha1" +hash = "bdc0285d4209c529019ae1c5f1f0af0e3a3cffa6" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "2cuVyTav" + +[option] +optional = true +description = "Store chunks locally to have higher render distance" +default = false diff --git a/pack.toml b/pack.toml index b0ba73c..c2537cc 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 = "e8cef432e08c40493841f6c96b68ed2af8ae92282b7463cc10eb1e47ff7eca1c" +hash = "0580c7c09ee266fbcf5467ccc8cb2be26fdaf3ea108e27d49892610b12e26178" [versions] fabric = "0.16.2"