This is the official repository and issue-tracker for the modpack Enigmatica 4, for Minecraft 1.14.4
Follow these steps to setup your workspace:
- Download the Twitch App if you haven't already.
- Fork and clone the Enigmatica 4 repository to the Instances folder of the Twitch App, the default path is
C:\Users\User\Documents\Twitch\Minecraft\Instances
- Double click the script
Development/setup.bat
to setup InstanceSync. - Pull.
- Open the Twitch App, go to Mods > Minecraft, and you should see Enigmatica 4. If you already had Twitch App open, restart it.
You're done!
- Download MultiMC if you haven't already.
- Open MultiMC.
- Click Add Instance, choose Minecraft 1.14.4, click Ok.
- Click Edit Instance (right hand side)
- Click Install Forge, pick the latest version.
- Fork the Enigmatica 4 repository
- Open the MultiMC Instance Folder, and go into the .minecraft folder - Open a Terminal and use the following commands:
git init # Initialize git in folder
git remote add origin URLToYourEnigmatica4Fork # Set remote origin to your Enigmatica 4 fork
git remote -v # Verify remote
git fetch
git pull
- Now double click the script
Development/setup.sh
to setup InstanceSync. - One more
git pull
You're done!
It is possible to setup a development instance for Enigmatica 4 in other ways, if you don't like the above approaches.
- Twitch App (Windows/Mac)
- MultiMC (Linux)