
org.anti_ad.mc.ipnext.ModInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inventory-profiles-next Show documentation
Show all versions of inventory-profiles-next Show documentation
Client side Minecraft MOD that adds multiple features to help you keep your inventory organized.
package org.anti_ad.mc.ipnext
import org.anti_ad.mc.common.fabric.FabricUtil
object ModInfo {
const val MOD_ID = "inventoryprofilesnext"
const val MOD_NAME = "Inventory Profiles"
val MOD_VERSION: String = FabricUtil.getModVersionString(MOD_ID)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy