Added "Bobby"

This commit is contained in:
Casey 2024-08-27 21:44:15 +03:00
parent 8c9d8a5e77
commit 96f9c836ec
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
5 changed files with 36 additions and 3 deletions

View File

@ -122,6 +122,7 @@ Make this game at least playable
* <img width="32" height="32" src="https://cdn.modrinth.com/data/ftdbN0KK/icon.png">&#91;<abbr title="side:both">CS</abbr>&#93; **[bad packets](https://modrinth.com/mod/badpackets)** - Bad Packets allows packet messaging between different modding platforms.
* <img width="32" height="32" src="https://cdn.modrinth.com/data/MS1ZMyR7/icon.png">&#91;<abbr title="side:client">CO</abbr>&#93; **[Better Ping Display [Fabric]](https://modrinth.com/mod/better-ping-display-fabric)** - Adds a configurable numerical ping display to the player list
* <img width="32" height="32" src="https://cdn.modrinth.com/data/6N4iGk9g/faaec79f976b445d29f779609eab8b35567b8acf.jpeg">&#91;<abbr title="side:both">CS</abbr>&#93; **[BlameLog](https://modrinth.com/mod/blame-log)** - Prepends method callers to log messages
* <img width="32" height="32" src="https://cdn.modrinth.com/data/M08ruV16/icon.png">&#91;<abbr title="optional">O</abbr>&#93;&#91;<abbr title="side:client">CO</abbr>&#93; **[Bobby](https://modrinth.com/mod/bobby)** - Allows for render distances greater than the server's view-distance
* <img width="32" height="32" src="https://cdn.modrinth.com/data/VSNURh3q/icon.png">&#91;<abbr title="side:both">CS</abbr>&#93; **[Concurrent Chunk Management Engine (Fabric)](https://modrinth.com/mod/c2me-fabric)** - A Fabric mod designed to improve the chunk performance of Minecraft.
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Wnxd13zP/e723aa383ad7161a541242097e1d3223f582b967.gif">&#91;<abbr title="side:both">CS</abbr>&#93; **[Clumps](https://modrinth.com/mod/clumps)** - Clumps XP orbs together to reduce lag
* <img width="32" height="32" src="https://cdn.modrinth.com/data/LQ3K71Q1/icon.png">&#91;<abbr title="side:client">CO</abbr>&#93; **[Dynamic FPS](https://modrinth.com/mod/dynamic-fps)** - Reduce resource usage while Minecraft is in the background or idle.

View File

@ -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"

View File

@ -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"

18
mods/bobby.pw.toml Normal file
View File

@ -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

View File

@ -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"