MoreCulling

MoreCulling

77.1k Downloads

Cannot optionally depend on the culling API

hlysine opened this issue ยท 4 comments

commented

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)?

commented

There are a couple ways: https://github.com/fxmorin/MoreCulling/wiki/Using-the-API
Including a tag or config

commented

I need a tag that disables More Culling in general, since our copycat blocks are neither leaves nor doors.

commented

dont_cull is a tag which does that

commented

Reminder: List all ways for other mod devs to optionally depend on the culling API