Goggles overlay not popping up
Voidmaster01 opened this issue · 3 comments
Describe the Bug
When in creative or survival with goggles on I cannot see the information overlay
Reproduction Steps
- Load into a world
- get goggles
- cry
...
Expected Result
To see the overlay
Screenshots and Videos
Crash Report or Log
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Other Mods
Mods this is on the Landscapes Reimagined Genesis Modpack
Create Addon Mods:
[✔] create_enchantment_industry-1.2.16
[✔] create_jetpack-fabric-4.2.0
[✔] create_power_loader-1.4.3-mc1.20.1-fabric
[✔] createaddition-fabric+1.20.1-1.2.3
[✔] createairfabric-1.0+1.20.1-18
[✔] createdeco-2.0.1-1.20.1-fabric
[✔] creatediselgenerators-1.2.3h
[✔] create-fabric-0.5.1-f-build.1417+mc1.20.1
[✔] createfoundry-1.2.1b1.20.1
[✔] creategoggles-1.20.1-0.5.5.g-[FABRIC]
[✔] create-new-age-fabric-1.20.1-1.1.2
[✔] createoreexcavation-fabric-1.20-1.4.5
[✔] create-structures-0.1.1-1.20.1-FABRIC
[✔] createutilities-0.3.0+1.20.1
Additional Context
This bug was not found by me but by one of mt modpack players
Cannot reproduce, could you try a binary search
The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.
The procedure is simple:
- Remove half of the existing things, and put them aside.
- Run the program / game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones set aside, and repeat from step 1.- Repeat this process until the problematic thing/s have been found.