Cannot optionally depend on the culling API
hlysine opened this issue ยท 4 comments
Hi, Create: Copycats+ dev here. We have received reports of this mod being incompatible with Copycats+, so I'm trying to implement compat by disabling culling for all our copycats (we already have advanced culling implemented in the block model, so culling done by this mod is redundant). However, because all of MoreCulling's API requires our blocks to implement an interface, I don't think it is possible to optionally depend on this mod, which makes the API unusable since we cannot force all users to download this mod.
Is it possible for other mods to opt out of MoreCulling using something more compatible (e.g. tags)?
There are a couple ways: https://github.com/fxmorin/MoreCulling/wiki/Using-the-API
Including a tag or config
I need a tag that disables More Culling in general, since our copycat blocks are neither leaves nor doors.