[2.9.2] Fix and extended combination compatibility.
Changes:
Fix: This issue was sort of rare and one I discovered myself designing this update. Basically, if you had two elevators using the same top block but different bottom blocks the first defined elevator would be the only one working. The elevators after would simply be ignored. This has been fixed and the plugin will now take all combinations into consideration when deciding if it is a valid elevator or not.
Combination improvement: The previous update allowed you to use 'any' as a placeholder for any block as the bottom block. This update extends the compatibility for single block elevators as you can now define an elevator as:
Code (YAML):
combinations: - 'Quartz_Block'
Simple as that. Of course, the 'any' placeholder still works.