All Projects → EnigmaticaModpacks → Enigmatica6

EnigmaticaModpacks / Enigmatica6

Licence: other
The official repository and issue-tracker for Enigmatica 6

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Enigmatica6

Herodotus
A Minecraft Modpack
Stars: ✭ 44 (-80.95%)
Mutual labels:  modpack, minecraft-modpack
Enigmatica8
The official repository and issue-tracker for Enigmatica 8
Stars: ✭ 35 (-84.85%)
Mutual labels:  modpack, minecraft-modpack
The-1.7.10-Pack
A Minecraft modpack
Stars: ✭ 51 (-77.92%)
Mutual labels:  minecraft-modpack
Enigmatica2Expert
The official repository and issue-tracker for the modpack Enigmatica 2: Expert for Minecraft 1.12.2
Stars: ✭ 109 (-52.81%)
Mutual labels:  minecraft-modpack
RelhaxModpack
The fastest WoT modpack installer in the world
Stars: ✭ 18 (-92.21%)
Mutual labels:  modpack
Nomifactory
Nomifactory, a modpack for Minecraft 1.12.2
Stars: ✭ 229 (-0.87%)
Mutual labels:  modpack
Voodoo
Modpack building magic. Maintained by Nikky.
Stars: ✭ 27 (-88.31%)
Mutual labels:  modpack
The-1.12.2-Pack
A Minecraft modpack
Stars: ✭ 36 (-84.42%)
Mutual labels:  minecraft-modpack
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (-64.07%)
Mutual labels:  modpack
GalacticScience
GalacticScience Minecraft 1.7.10 Modpack
Stars: ✭ 26 (-88.74%)
Mutual labels:  modpack
fabulously-optimized
A Fabric-based modpack for Minecraft that focuses on performance and graphics optimizations
Stars: ✭ 411 (+77.92%)
Mutual labels:  modpack
Cursed
Cross platform UI for downloading Modpacks from curse
Stars: ✭ 18 (-92.21%)
Mutual labels:  modpack
Melani-Modpack
Performance perfected; a fabric modpack aiming for the stars. 🌠
Stars: ✭ 12 (-94.81%)
Mutual labels:  modpack
solder
Supercharge Your Modpack with Solder
Stars: ✭ 27 (-88.31%)
Mutual labels:  modpack
Rebirth-Of-The-Night
Inspired by Terraria, 7 Days to Die, and more, Rebirth of the Night is a Minecraft 1.12.2 modpack with its own progression system, lore, mechanics, and art. It's built with the idea of remembering the central themes of what made Minecraft enjoyable and expanding them in every way, increasing the overall risk and reward as you progress.
Stars: ✭ 82 (-64.5%)
Mutual labels:  modpack
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (-71.43%)
Mutual labels:  minecraft-modpack
Monumental-Experience
The official repository and issue-tracker for Monumental Experience
Stars: ✭ 25 (-89.18%)
Mutual labels:  minecraft-modpack

Enigmatica 6

This is the official repository and issue-tracker for the modpack Enigmatica 6, for Minecraft 1.16.5

Table of Contents


Testing

If you would like to help test the modpack, you're very welcome to do so. The best way you can test is by playing the modpack, reporting bugs and providing feedback from your experience.

There are a few things we would like testers to consider/look for:

  • Bugs
  • Things you find boring/tedious
  • Things that need small optimizations, such as advancement text and textures.

Setup

For Contributors and Testers

Follow these steps to setup your workspace:

MultiMC (Linux / Windows / Mac)

Setup MultiMC Instance

  1. Download MultiMC and Git if you haven't already.
  2. Open MultiMC.
  3. Click Add Instance, choose Minecraft 1.16.5, click Ok.
  4. Click Edit Instance.
  5. Click Install Forge, pick the latest version.

Repository Setup

  1. Fork and clone the repository into the MultiMC Instance.
  2. Open the folder of the MultiMC Instance you made (step 1-5), and go into the .minecraft folder - Open a terminal/command line and use the following commands:
git init                                            # Initialize git in folder
git remote add origin URLToYourForkOfTheModpack     # Set remote origin to your fork of the modpack
git remote -v                                       # Verify remote
git fetch
git checkout develop
git pull
  1. Now double click the script InstanceSyncSetup.sh to setup InstanceSync. It is found in the automation folder.

You're done!

Tip: If you run into issues, verify that you are using the right Minecraft and Forge version in your MultiMC instance!

CurseForge App (Windows / Mac)

  1. Download the CurseForge App and Git if you haven't already.

  2. Fork and clone the repository to the Instances folder of the CurseForge App, the default path is C:\Users\{UserName}\Documents\Curse\Minecraft\Instances.

    • Note: If you've previously used the Twitch App the path will most likely be C:\Users\{UserName}\Documents\Twitch\Minecraft\Instances.
  3. Double click the script InstanceSyncSetup.bat to setup InstanceSync. It is found in the automation folder.

  4. Open the CurseForge App and you should see the modpack. If you already had CurseForge App open, restart it.

You're done!

Server Automation

An easier way to keep your server running on the latest modpack version. Follow the below steps to be able to update modpack version with only a few clicks.

Automatic updates with Git

Note: .bat files are for Windows, .sh are for Mac / Linux.

  1. Clone the repository to an empty folder.
  2. Open the automation folder.
  3. Run the script InstanceSyncSetup.
  4. Run the script update-server.
  5. The script start-automated-server is now available in the root folder - Run it to start the server.

Re-run the script update-server whenever you want to update to a new modpack version.

Notes

  • Using the update-server script will reset changes you've made to all files tracked by the repository.
  • A world and mod folder backup are created before updating
  • Anything put in the overrides folder will be copied into the root folder when the update-server script is finished - I recommend you put any changed configs and added mods there.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].