Posted February 25, 20232 yr I have a Jade Plugin for my mod using this component provider that should get my block entity's "progress" and display a % based on that. Only problem is, SteamBenderEntity#getProgress() always returns 0. My best guess is that I need packets but I don't know how to return a value from them. Any help would be amazing, thank you.
February 25, 20232 yr The client has no idea what data you are trying to show, only the server does. You would need to send a packet to update the client in your block entity or something else to properly display the value.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.