cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
134 stars 34 forks source link

[Bug]: forceloaded chunks value on display is different from number of elements in "/forceload query" result #146

Closed hendrikvalentim closed 1 year ago

hendrikvalentim commented 1 year ago

Describe the Bug

Looking at the on-screen output next to "Forceloaded chunks", the value displayed is zero, while the set of chunks I get when issuing /forceload query has a count of 28.

Steps to Reproduce

Unknown how it went from working as expected to not working. It never showed the value that I expect.

Expected Behavior

Value shown on in-game UI for "forceloaded chunks" matches the count of chunks which the server reports.

Screenshots

2023-05-20_16 28 11

Modloader Type

Fabric

Modloader Version

0.14.19

Mod Version

6.0.1

Log Output

[16:22:38] [Render thread/INFO]: [System] [CHAT] 28 force loaded chunks were found in minecraft:overworld at: [-17, -68], [-16, -68], [-16, -67], [-14, -13], [-11, -12], [-10, -12], [-17, -11], [-16, -11], [-15, -11], [-14, -11], [-13, -11], [-12, -11], [-11, -11], [-10, -11], [-17, -10], [-16, -10], [-15, -10], [-14, -10], [-13, -10], [-12, -10], [-11, -10], [-10, -10], [-5, -10], [-4, -10], [-17, -9], [-16, -9], [-17, -8], [-296, 601]

Additional Context

Player is located near spawn.

Server

Paper version git-Paper-538 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: bcd8dc2) server plugin BetterSleeping4 v4.0.1 server plugin ConcreteMixer v1.2.0 server plugin spark v1.10.38

Client

[11:22:14] [main/INFO]: Loading Minecraft 1.19.4 with Fabric Loader 0.14.19 [11:22:14] [main/INFO]: Loading 58 mods:

hendrikvalentim commented 1 year ago

I have only just started using plugins and mods. Please be kind. 🙏🏼

TreyRuffy commented 1 year ago

Unfortunately, because it is on a server, the mod does not have a way to read this value. The value will also be absent from the vanilla F3 menu because of this. I do not have plans to add this feature yet, but maybe in the future