This is the official repository and issue-tracker for the modpack Down The Rabbit Hole for Minecraft 1.18
Follow these steps to setup your workspace:
- Download MultiMC and Git if you haven't already.
- Open MultiMC.
- Click Add Instance, choose Minecraft 1.18.1, click Ok.
- Click Edit Instance.
- Click Install Forge, pick the latest version.
- Fork and clone the repository into the MultiMC Instance.
- 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
- Now double click the script
InstanceSyncSetup.sh
to setup InstanceSync. It is found in theautomation
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!
-
Download the CurseForge App and Git if you haven't already.
-
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
.
- Note: If you've previously used the Twitch App the path will most likely be
-
Double click the script
InstanceSyncSetup.bat
to setup InstanceSync. It is found in theautomation
folder. -
Open the CurseForge App and you should see the modpack. If you already had CurseForge App open, restart it.
You're done!
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.