Annotation Interface RegisterConfig
Automatically registers a class as a LibX config.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the config is a client config.The mod id of the mod which needs to be loaded to generate this config file.The name to use for the config.
-
Element Details
-
value
-
client
boolean clientWhether the config is a client config.- Default:
false
-
requiresMod
String requiresModThe mod id of the mod which needs to be loaded to generate this config file.- Default:
""
-