Lock File
A lock file (pakku-lock.json) is an automatically generated file used by Pakku to define all properties of a modpack needed for its development.
It should be located in your modpack directory (.minecraft).
This file is not intended to be modified manually.
Properties
targetThe targeted platform of the modpack.
Possible value
Description
curseforgePakku will use the CurseForge platform as a target of the modpack.
modrinthPakku will use the Modrinth platform as a target of the modpack.
multiplatformPakku will use both CurseForge and Modrinth platforms as a target of the modpack.
Type:
Stringmc_versionsThe Minecraft versions supported by the modpack.
Type:
List<String>loadersA map of loader names to loader versions supported by the modpack.
Type:
Map<String, String>projectsA list of projects included in the modpack.
Type:
List< Project >lockfile_versionThe version of the lock file.
Type:
Int