blob: c8c18e4241acf1c21b857a7781c4492ad5cbbe71 (
plain)
1
2
3
4
5
6
7
8
9
|
package cc.polyfrost.oneconfig.utils.dsl
import cc.polyfrost.oneconfig.libs.universal.UMinecraft
/**
* Gets the current [net.minecraft.client.Minecraft] instance.
*/
val mc
get() = UMinecraft.getMinecraft()
|