install pakku (or use java -jar pakku.jar in minecraft folder, but pakku jar could be outdated and java could be setup wrong)
- Create a prism launcher instance for minecraft 1.20.1, on forge 47.4.0
- Open the newly create instance folder with a terminal
instances/(instancename)and rungit clone https://github.com/Deepacat/Empyrea.git - Rename the cloned git repo folder to
minecraftso it followsinstances\(instancename)\minecraft\ - Open
(instancename)\minecraft\in terminal and rungit switch devto switch to the developement branch. - Also in the terminal, run
pakku fetchto download existing mods in repo from pakku manifest. If pakku is not locally installed usejava -jar pakku.jar fetchinstead - Copy the contents inside of
(instancename)\minecraft\.pakku\prism-overridesinto your(instancename)folder, and(instancename)\minecraft\.pakku\overridesto(instancename)\minecraft\ - You now have a functioning repo/game instance to run, modify and commit from
Use pakku sync and commit changes to the pakku-lock.json file to update your mod edits
To pull changes without committing all files, you should run git stash, git pull, then git stash pop.
It is also recommended after pulling changes you run pakku fetch to retrieve any pulled mod changes.
for more IMPORTANT info on panpack template, read panpack readme