Skip to content

Commit

Permalink
fix bloom
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Feb 2, 2025
1 parent 600cf34 commit 8a6adbf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import org.polyfrost.overflowparticles.utils.IconRenderer

@Mod(modid = OverflowParticles.MODID, name = OverflowParticles.NAME, version = OverflowParticles.VERSION, modLanguageAdapter = "org.polyfrost.oneconfig.utils.v1.forge.KotlinLanguageAdapter")
object OverflowParticles {
const val MODID = "@ID@"
const val NAME = "@NAME@"
const val VERSION = "@VER@"
const val MODID = "@MOD_ID@"
const val NAME = "@MOD_NAME@"
const val VERSION = "@MOD_VERSION@"

var renderingEntity: EntityFX? = null

Expand Down

0 comments on commit 8a6adbf

Please sign in to comment.