Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Support for equips slots from "The Aether" mod? #25

Open
SonicX8000 opened this issue Jun 1, 2021 · 3 comments
Open

[Suggestion] Support for equips slots from "The Aether" mod? #25

SonicX8000 opened this issue Jun 1, 2021 · 3 comments

Comments

@SonicX8000
Copy link

Mod in question:
https://www.curseforge.com/minecraft/mc-mods/the-aether

I wonder if it's possible to apply 'set bonus' effects to the items that The Aether adds, like for the capes, gloves, necklaces, shields and the misc. accessories.

There's currently 2 Ring Slots, 2 Misc. Accessories, a Necklace Slot, a Shield Slot, a Gloves Slot, and a Cape Slot. One idea I wanted to do is give the gloves some sort of boost since they don't have any effects on their own other than being used for set effects with some armor from The Aether.

@TheGameCreator13
Copy link

Well for the mod Baubles You can define Rings for example by typing bauble_ring to define that slot as the requirement. I would suggest looking into what The Aether Mod has its slots defined as. It may be compatible with SetBonus' system

@Laike-Endaril
Copy link
Owner

Set Bonus only has explicit slot keywords defined for vanilla slots and Baubles slots, but depending on how Aether's slots are implemented, you may be able to refer to them by raw slot number.

The vanilla offhand slot is 40, which is the last vanilla slot iirc, so if they added their pushed their slots into the vanilla inventory itself, they would probably be above 40

@SonicX8000
Copy link
Author

Late reply, but checking the Aether slots... it might be using their own slots since it uses it's own inventory for their equipment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants