Archie¶
object Archie
The root singleton for the Archie library mod.
Provides the mod ID, the Architectury Mod descriptor, a shared Logger, and the get(path) operator for constructing ResourceLocations in the archie namespace. Also hosts Archie's own ConfigSpec as a nested Config object for testing purposes.
Initialization¶
Call init once during common mod initialization and initClient once on the client side:
Types¶
Config¶
object Config : ConfigSpec
Properties¶
LOGGER¶
MOD¶
MOD_ID¶
Functions¶
get¶
init¶
initClient¶
@JvmStatic
fun initClient()
initCommon¶
@JvmStatic
fun initCommon()