Heads up, I've been getting a couple issue reports recently with Kilt 1.20.1 that is caused by CreativeCore using a slightly older version of EventBus (6.0.3 vs 6.2.33, check the "Show all Versions" dropdown, ignore EventBus 7 since that's massive breaking changes), because the EventBus version on Kilt recently got updated - KiltMC/Kilt#998 (comment)
The main reason why this is even a problem in the first place is largely because Kilt uses a custom fork of EventBus specifically for disabling ModLauncher interaction. Previously, I would just use Fabric-ASM to directly override the classes that this fork modifies, but since this is a new API addition to EventBus, it's VERY likely I would have to override a lot of the classes, which I don't really want to do.
Heads up, I've been getting a couple issue reports recently with Kilt 1.20.1 that is caused by CreativeCore using a slightly older version of EventBus (6.0.3 vs 6.2.33, check the "Show all Versions" dropdown, ignore EventBus 7 since that's massive breaking changes), because the EventBus version on Kilt recently got updated - KiltMC/Kilt#998 (comment)
The main reason why this is even a problem in the first place is largely because Kilt uses a custom fork of EventBus specifically for disabling ModLauncher interaction. Previously, I would just use Fabric-ASM to directly override the classes that this fork modifies, but since this is a new API addition to EventBus, it's VERY likely I would have to override a lot of the classes, which I don't really want to do.