updatePackName

expect fun updatePackName(packConfig: PackConfig, vararg childNodes: String): String?
actual open override fun updatePackName(packConfig: PackConfig, vararg childNodes: String): String?

Acquire the modpacks name from the JSON previously acquired and stored in the ConfigurationModel.

Return

The new name of the modpack.

Author

Griefed

Parameters

packConfig

The ConfigurationModel containing the JsonNode from which to acquire the modpacks name.

childNodes

The child nodes, in order, which contain the requested packname.