Skip to content

Commit

Permalink
pvp mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Jun 24, 2024
1 parent d9504b2 commit b906e0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.polyfrost.overflowparticles.OverflowParticles
import org.polyfrost.overflowparticles.hook.EntityFXHook
import java.util.ArrayList

object ModConfig : Config(Mod(OverflowParticles.NAME, ModType.UTIL_QOL, "/overflowparticles.svg"), "${OverflowParticles.MODID}.json") {
object ModConfig : Config(Mod(OverflowParticles.NAME, ModType.PVP, "/overflowparticles.svg"), "${OverflowParticles.MODID}.json") {

var settings = Settings()

Expand Down Expand Up @@ -163,4 +163,4 @@ object ModConfig : Config(Mod(OverflowParticles.NAME, ModType.UTIL_QOL, "/overfl
initialize()
}

}
}

0 comments on commit b906e0f

Please sign in to comment.