Started by
arinayspenskaya
on
Topic category: Help with Minecraft modding (Java Edition)
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-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
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?