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

Feature Request: Custom armor swaper (advanced chestplates and elytra) #17

Open
WANGNIMA912 opened this issue Dec 6, 2024 · 0 comments

Comments

@WANGNIMA912
Copy link

The current SwapElytraChestplate only works well with vanilla chestplate and elytra. However, if i installed some mods that have elytra functioned chestplates, this function wouldn't work properly.

For example, Ignitium Elytra Chestplate from Cataclysm is a chestplate with elytra function, and Brass Jetpack Chestplate from Create mod, when I pressed the key of SwapElytraChestplate, it was expected to swap between them, but it failed, because tweakeroo treated Ignitium Elytra Chestplate as chestplate and cannot be swap with another chestplate (Brass jetpack chestplate).

My solution is to add two lists for player to customize which two items should be swap.
For example, there are two armor lists:
A=["A","B","C"]
B=["M","N","X"]
when player weared one of the chestplate in A and pressed the key to swap, tweakeroo will switch his armor into one of them in B if it exist.

The new lists would be added under this tab
image

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

1 participant