Skip to content

Commit

Permalink
fixed build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 21, 2024
1 parent 5e83172 commit f1b23ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/at/hannibal2/skyhanni/data/BossbarData.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package at.hannibal2.skyhanni.data

//#if MC < 1.12
import at.hannibal2.skyhanni.events.BossbarUpdateEvent
import at.hannibal2.skyhanni.events.LorenzTickEvent
import at.hannibal2.skyhanni.events.LorenzWorldChangeEvent
import at.hannibal2.skyhanni.skyhannimodule.SkyHanniModule
import net.minecraft.entity.boss.BossStatus
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent

//#if MC < 1.12
import at.hannibal2.skyhanni.events.LorenzTickEvent
import net.minecraft.entity.boss.BossStatus
//#else
//$$ import net.minecraftforge.client.event.RenderGameOverlayEvent
//#endif
Expand Down

0 comments on commit f1b23ca

Please sign in to comment.