Giter Club home page Giter Club logo

modular-modpack-manifest-generator's Introduction

Modular modpack manifest.json Generator

A small python script that automatically generates a manifest.json file for you simply from folders and empty files.
It automatically downloads the latest release of forge and each mod for your desired Minecraft version.

Difference

This is a fork of the modpack-manifest-generator.

That generator uses a single list file, called mods.txt, with each mod id on a new line.
This generator reads individual file names in a folder.

The advantage of this method is to allow collaboration by multiple people. Rather than attempting to merge multiple changes into a single file, all you have to do is create or delete standalone files.

tl;dr: If you are making a modpack by yourself, the original modpack-manifest-generator will work fine for you. If you are making a modpack with other people, this generator will save you a lot of headaches.

Instructions

An example modpack is included to guide you.

  1. Ensure you have Python 3 installed, it's in your PATH, and you havee the requests module installed. python -m pip install requests

  2. Navigate to the mods folder. Create a new folder if you want to organize, otherwise create a new text document. (extension does not matter)

  3. Name the new text document the project ID of each mod you want.
    Project ID

  4. Edit manifest-template.json to your liking. Ensure version is set to the desired Minecraft version of the modpack.
    a. If you are planning to have an overrides folder, add "overrides": "overrides"

  5. Generate the manifest.json by double-clicking generate.py with Python installed.
    (alternatively, run it in terminal if you know how)

  6. A manifest.json should now be in the directory.
    Move that to your modpack folder, zip it up, and your modpack should import into MultiMC perfectly.

Download

There are no compiled releases. Clone or download the source.

modular-modpack-manifest-generator's People

Contributors

jadc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.