Make default value for TrackedData use Supplier
SmellyModder opened this issue ยท 0 comments
Currently, when using a default value that's mutatable for a TrackedData
an issue occurs where the default value is used when creating a new default entry for a TrackedData
which leads to it affecting the TrackedData
of other entities.
Making it a Supplier
to create a new instance when getting it rather than getting it directly will solve this issue.