You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Re-exporting into existing datapack clears Minecraft tick and load functions. This was tested using the 1.21.0 export, I am unsure if it occurs on other export versions but it should probably be looked into for 1.21.2 & 1.21.4 as well
To Reproduce
Create a blank datapack
Export a project (again, this was using export version 1.21.0)
Observe that the pack works as intended, and the Minecraft tick and load functions have the appropriate functions
Re-export the same project.
Notice that the Minecraft tick & load functions have had all functions in the array removed, and all the remains is a blank array
Expected behavior
A re-export should not clear the Minecraft tick and load functions
Error Message
N/A
Desktop (please complete the following information):