Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 736 Bytes

Minecraft Mod Manager

Description:

This project is a tool designed to manage mods for the Minecraft. It provides a convenient way to activate modifications within the game.

modpack.meta File Format:

The modpack.meta file is used to describe the modpack and its parameters. Here is an example of the file format:

[modpack]
packFolder=map1192
packName=Map mod
PackDesc=mapmod
version=1.19.2

packFolder indicates the folder of the modpack in the file system. packName is the name of the modpack. PackDesc provides a description of the modpack. version represents the version of the modpack.

Note: Please ensure that all parameters are correctly specified and correspond to your modpack.