Hello!
I'm trying to get a list of all entries registered in the infusion upgrade registry.
Code can be found in github: https://github.com/ChamoisEST/MiningMadness/tree/1.20.1
Registry in common/registries/MMRegistries.java
Event that calls the registry is in MiningMadness.java
List of registered entries should be called in common/capabilities/infusion/InfusionCapabilityImplementation.java:getActiveInfusions() in the for loop.
Is there any way to accomplish that?
Thanks in advance!