Feature: Add entity check registry
Xalcon opened this issue · 3 comments
Some entities dont implement the IMob interface (or IAnimals) and wont be blocked by the Mega Torch as a result.
We need to implement a registry so we can check against multiple types of entities. This registry should be designed as an API to allow other mods to register their own filters. This way we can ship compatibility mods without having to update torchmaster itself or add dependencies to torchmaster.
This feature is required to fix #14
feature has been implemented in the 1.10.2 branch
Need to port it to 1.11.2 and then I'll throw out an alpha release... but not today
💤