Quark Oddities

Quark Oddities

22M Downloads

[1.16.5] (Quark 321) (TConstruct 324) Double Door Priority conflicts with Tinkers' Armor

aethaerya opened this issue ยท 2 comments

commented

Doors lose their simultaneous open/close function while wearing Tinkers' Armor.

KnightMiner says that Quark's double door priority is set to the lowest. He plans to switch to the lowest priority, and said that Quark switching to low should solve the problem.

commented

For a little more context, tinkers armor has modifiers that enable adding interactions with an empty hand. To allow all types of interactions available to tools, it required me to implement a before block interact and an after block interact hook, however forge only has a before block interact event. I solve the problem by canceling the event (if hand is empty and you are wearing our chestplate) and reimplementing the regular block interact, but that means any behavior with also set to lowest priority may not work.

commented

Thanks!