how do I store 3 different values in one NBT tag (X, X, X)

Started by siren on

Topic category: Help with modding (Java Edition)

Last seen on 06:44, 10. Oct 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do I store 3 different values in one NBT tag (X, X, X)
Thu, 08/19/2021 - 19:57 (edited)

in my mod I need to give mycelium-like blocks the X Y Z data for their seed so they can access the genetic data of their genome (how fast it should grow etc.). they pass on this XYZ data when they spread. is there a way to have them read a single NBT text tag with the data (X, Y, Z) instead of passing on 3 different NBT number tags? 

Edited by siren on Thu, 08/19/2021 - 19:57