Torchmaster

Torchmaster

64M Downloads

Feature: Add entity check registry

Xalcon opened this issue · 3 comments

commented

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.

commented

This feature is required to fix #14

commented

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

💤

commented

ported to 1.11.2,
pre release version 1.4.0 for 1.10.2 and 1.11.2 are available on jenkins