You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: