How do I make a wallet?

Started by arinayspenskaya on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a wallet?

How do I make a wallet with two currencies linked to the player who made it, which will receive a payout from the currency earnings block placed by the same player?

Global variable is not per…
Thu, 04/03/2025 - 14:58

Global variable is not per-block but per-world.

Enable block entity of block and then use NBT to store data in the block

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
After studying the video…
Mon, 04/07/2025 - 04:58

After studying the video about NBT blocks, I still haven't figured out how to store information. It turns out that I need to store information about who put the block, but how?