Skip to content

Commit

Permalink
fix MOD_BUS import
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Oct 19, 2024
1 parent c3d3a4c commit 2a6f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/nyon/autodrop/AutoDropEntrypoint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ object AutoDropEntrypoint : ClientModInitializer {

/*?} else {*/
/*import dev.nyon.autodrop.config.screen.createYaclScreen
import dev.nyon.klf.MOD_BUS
import net.neoforged.fml.ModLoadingContext
import net.neoforged.fml.common.Mod
import net.neoforged.fml.loading.FMLLoader
import net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent
import thedarkcolour.kotlinforforge.neoforge.forge.MOD_BUS
typealias CSF = /^? if <1.20.6 {^/ /^net.neoforged.neoforge.client.ConfigScreenHandler.ConfigScreenFactory ^//^?} else {^/ net.neoforged.neoforge.client.gui.IConfigScreenFactory /^?}^/
Expand Down

0 comments on commit 2a6f05b

Please sign in to comment.