Saving Multiple block locations

Started by _Kingman on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Saving Multiple block locations

I'm trying to have multiple blocks essentially be able to talk to each other. the only way I think I can do that is by saving its location every time the player places one, so I cant use global variables because every time the player places said block, I want it to be basically a new entry in a list. is there a way to do this? in a format like (name):(x,y,z)