How do I make a wallet?

Started by arinayspenskaya on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Jan 2025
Points:
25

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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

Active 1 week ago
Joined Jan 2025
Points:
25

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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?