[Bug][1.20.1] Orb of Temporary Flight does nothing when used.
grundyboy34 opened this issue ยท 3 comments
Describe the bug
Using the orb of temporary flight grants no buff and does not grant the ability to fly.
To Reproduce
Steps to reproduce the behavior:
- Use orb of temporary flight
- Double tap space, notice can't fly
Expected behavior
That you could fly for the buff time of orb of temporary flight
Versions
- Forbidden & Arcanus: 1.20.1-2.2.0
- Valhelsia Core: 1.20.1-1.1.1
- Forge: 47.1.3
In debugging, it looks like the CounterProvider.CAPABILITY.isRegistered()
is false, and that there is no function to register it in Valhelsia Core 1.20.x
branch.
Yep, I didn't include it in 1.20 Valhelsia Core as the whole Counter system needs to be rewritten. It's on my todo list for once Neoforge releases the capability rework.