Saving Multiple block locations

Started by _Kingman on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Feb 2016
Points:
723

User statistics:

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