For people who don't know how to install resourcepacks.
2.2 KiB
SangeFault
##Installation Instructions Hello there! Thanks for trying out world's first open-source Minecraft resourcepack first of all! I am very thankful for that :D. Now let's go on to the instructions:
###Easy Install ℹ️ Recommended for users who are scared of the command line. Instructions:
-
Go to the releases tab or click this link and download the latest version.
-
Unzip the zip file.
-
Windows:
- Press WIN+R together on your keyboard.
- Type in
%appdata%
and clickRun
. - Go into your Minecraft folder (eg.
.minecraft
) and then intoresourcepacks
- Paste in the zip file which was inside the zip file you downloaded earlier. Mac:
- Open a Finder window.
- Press
⌘ + ⇧ + G
, type in~/Library/Application\ Support/
and press enter. - Locate your Minecraft folder (eg.
.minecraft
) and open it. - Locate the
resourcepacks
folder and open it. - Paste in the zip file which was inside the zip you downloaded earilier.
Linux:
- Go to the Minecraft path: /home/
username
/minecraft path (eg. .minecraft)
- Locate the
resourcepacks
folder and open it. - Paste in the zip file which was inside the zip you downloaded earilier.
-
Start Minecraft and enjoy!
###Hard Install ℹ️ For the ones that would like to flex 😎.
- Open a Command Promt (Windows) or Terminal (Mac & Linux).
- Type in
cd [path to your minecraft resourcepack folder*]
- Type
git clone https://github.com/SangeloDev/SangeFault
- Start Minecraft and enjoy!
##Update Instructions This is how you update my pack to the latest release. This pack is far from finished, y'know? ###Easy Installation (Only do if you used the Easy Installation Method!)
- Download the latest release
- Follow the installation instructions for your os.
- Start Minecraft and enjoy!
###Hard Installation (Only possible with the Hard Installation Method!)
- Open a Command Prompt (Windows) or a Terminal (Mac & Linux)
- Type in
cd [path to your minecraft resourcepack folder*] && git pull
- Start Minecraft and enjoy!
####*Follow the Easy Installation Instructions to find your directory path if you don't know where it is.