High-Fox / InventoryActions

Allows various interactions between blocks and items to be performed within the inventory. Now data-driven!
https://www.curseforge.com/minecraft/mc-mods/inventory-actions
MIT License
1 stars 0 forks source link

[Enhancement] Widen Access #1

Closed BobVarioa closed 1 year ago

BobVarioa commented 1 year ago

Description

Widen access to this property to allow other mods (or psuedo mods such as those created by kubejs) to create extensions to your system. Of course with this change you would also have to change the type to a typical Set versus ImmutableSet.

High-Fox commented 1 year ago

Oh fair point, I forgot to consider other mods being able to potentially add on to it. I'll probably also make the system simpler and more compatible for other mods to use.