Tweakeroo

Tweakeroo

2M Downloads

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

WANGNIMA912 opened this issue ยท 1 comments

commented

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.

commented

The new lists would be added under this tab
image