Bug: Tips cycle extremely fast when validating data packs
muzikbike opened this issue ยท 3 comments
What Feature Types Apply to This Bug?
Other (Please Describe)
Other Type
UI
What Type of Bug Is This?
Unexpected Behavior
Forge Version
39.0.88
The Aether 1 Version
1.18.1-v1.0.0
Is This Bug a Conflict With Another Mod?
No response
Client Log
No response
Crash Report (if applicable)
No response
Steps to Reproduce
Apply a data pack to a world which is being created, such as the data pack from #473
What You Expect To Happen
Hints would either display and change at the normal rate, or not display at all.
What Actually Happened
The hints instead change rapidly.
Additional Details
Discovered while testing #473
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed this bug is on the most recently supported version of Minecraft.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
Might need to have a static string value for the current pro tip to display and have a timer tick down for a simple boolean for when to switch it to a new tip. Maybe it should only switch to a new one when the world actually loads, so that a new one will be viewed next time that happens.
The tips can be added back to the chunk loading preview screen as well if they're made to only reset after the player has loaded the world.