Entangled

Entangled

26M Downloads

[Bug] On the server side, The One Probe aligned with the bound entangled block will display a string of garbled code.

xiaojing911 opened this issue ยท 1 comments

commented

Version Info

  • Minecraft, 1.12.2
  • Entangled, 1.3.18a

Description of the Bug
On the server side, The One Probe aligned with the bound entangled block will display a string of garbled code.

Steps to Reproduce

  1. Log in to the server.
  2. Place the entangled block.
  3. Bind the entangled block.

Screenshots
image

commented

This is a limitation of The One Probe. The One Probe determines its component's contents server-side and then sends it to the client. As The One Probe only allows for literal text and not translation components, there is no way to resolve the translation keys on the client. Hence, you are just seeing the translation key.

I have made it so the The One Probe integration will just send the English version when on a dedicated server. This is sadly the best I can do. I would suggest using Hwyla instead of The One Probe.
Anyways, thank you for reporting the issue!