Tag minecraft:tick doesn't work when joining a world
When joining a world, Tag minecraft:tick don't work unless reloading.
(maybe other tags will also appear the problem but I don't have time to test them)
To reproduce
- Create a new world, and add a data pack with a test function (just include a say command) to the world, and add the minecraft:tick tag to the function.
- Run the reload command and make sure the function can be executed correctly (spamming).
- Quit to title and rejoin the world.
- Wait for the spam. Ouch... nothing happening?
- Run the reload command (or disable the data pack and enable again), the spam will back now.
Created Issue:
Tag minecraft:tick don't work unless reloading when joining a world.
When joining a world, Tag minecraft:tick don't work unless reloading.
(maybe other tags will also appear the problem but I don't have time to test them)
To reproduce
- Create a new world, and add a data pack with a test function (just include a say command) to the world, and add the minecraft:tick tag to the function.
- Run the reload command and make sure the function can be executed correctly (spamming).
- Quit to title and rejoin the world.
- Wait for the spam. Ouch... nothing happening?
- Run the reload command (or disable the data pack and enable again), the spam will back now.
Changed Summary:
Tag minecraft:tick don't workunless reloadingwhen joining a world.Tag minecraft:tick doesn't work when joining a world.
Added Attachments:
Added Assignee:
[Mojang] Bartosz Bok
Changed Summary:
Tag minecraft:tick doesn't work when joining a world.
Added Fixed Versions: 1.16-pre1
Added Linked Issues:
is duplicated by
After some testing it appears that this affects all data pack tags. The problem is not that they load after function, they aren't loaded at all initially (on world join or /datapack enable). They are only loaded on a /reload.
MC-186478, which may be a duplicate, describes this behavior.
Ooo someone found this was already posted. MC-186478. Didn't know it was just tick so didn't notice that report while searching.
I can reproduce. I've added an example data pack.
This also affects the minecraft:load function tag although both should be fixed in the next snapshot.