Changes

Summary

  1. Add methods to get keys and values for named component registries (details)
  2. Update wrapper slot with new methods (SlimeKnights/TinkersConstruct#5213) (details)
Commit 398e836d94cc8e9f5c45f555c5e2cd12fcbaa2e0 by KnightMiner
Add methods to get keys and values for named component registries
The file was modifiedsrc/main/java/slimeknights/mantle/data/registry/IdAwareComponentRegistry.java (diff)
The file was modifiedsrc/main/java/slimeknights/mantle/data/registry/AbstractNamedComponentRegistry.java (diff)
The file was modifiedsrc/main/java/slimeknights/mantle/data/registry/NamedComponentRegistry.java (diff)
Commit 91da1bf13cb950576b5771c7dae70426345c5c27 by KnightMiner
Update wrapper slot with new methods (SlimeKnights/TinkersConstruct#5213)

I hate that our GUI code requires this to exist... We really need to get around to fixing that
The file was modifiedsrc/main/java/slimeknights/mantle/inventory/WrapperSlot.java (diff)