The Fossil open modpack.
  • JavaScript 100%
Find a file
2014-04-27 13:07:23 +02:00
config add Vending by AUTOMATIC_MAIDEN 2014-04-27 13:07:23 +02:00
lib Fossil 0.1.0 2014-04-26 13:06:11 +02:00
mods-client Fossil 0.1.0 2014-04-26 13:06:11 +02:00
mods-common add Vending by AUTOMATIC_MAIDEN 2014-04-27 13:07:23 +02:00
mods-server Fossil 0.1.0 2014-04-26 13:06:11 +02:00
.gitignore Fossil 0.1.0 2014-04-26 13:06:11 +02:00
config.json Fossil 0.1.0 2014-04-26 13:06:11 +02:00
fossil.js fix invalid MCU filenames, add litemod support, try to fix config.zip 2014-04-26 14:38:16 +02:00
MCUpdater.jar Fossil 0.1.0 2014-04-26 13:06:11 +02:00
package.json Fossil 0.1.0 2014-04-26 13:06:11 +02:00
README.md add testing info 2014-04-26 13:22:33 +02:00

Fossil

Introduction

Fossil (Free Open-Source Software I Love) is a modpack by asie centered around being fully open and free to modify and fork by all of its users. It accomplishes this goal in a few ways:

  • Using MCUpdater and an easy-to-use pack generation system,
  • Using only open-source mods (with permissions to use, modify, redistribute originals and modified copies).

On top of that, we'd love to make it a fun pack to play on!

Testing

The pack is still in heavy development, but if you would like to test it:

Generation/Forking

  1. Fork the repository.

  2. Edit config.json to configure your version of the pack.

  3. Run

     $ npm install
     $ node fossil
    
  4. Upload the "output/web" folder to the folder you configured in config.json and/or send us a pull request!

Support

All bug reports, crashlogs and issues when running the modpack should be opened in this repository's issues.

To see a list of all the mods used in the pack, try this GDoc.

Licensing

All mods are copyright (c) by their respective authors and licensed under their respective licenses.

The configuration files are put under Creative Commons BY-SA 3.0. The Fossil generator is placed under the same license as the AsieLauncher, being in part a derivative of its server code. MCUpdater is licensed under the Apache License, version 2.0.

We encourage you to modify the modpack to suit your specific needs.