Started by
OneHana
on
Topic category: Help with Minecraft modding (Java Edition)
I need to create billions of custom nbt tags for my mod
And I think there is increase of game saving time with many nbt tags.
I wonder that
If I have multiple nbt tags: a=1b, b="text", c:123
And if I merge them in one string tag: abc="1text123"
Could that affact the loading performance?
Edited by OneHana on Sat, 11/18/2023 - 07:32
This would indeed improve saving/loading performance
Thanks for the answer 😊