How to transfer data from the interface to the server

Started by _Knifick on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to transfer data from the interface to the server

I need to transfer the checkbox from the block interface to the NBT tag of the block. This works fine on the client, but the checkbox tracking block works only from the client side, and the block setting the NBT tag to the block works only from the server side. And if you put this mod on the server, it will always set false

Translated