2021-04-03 20:23:40 +00:00
|
|
|
|
# SangeFault
|
|
|
|
|
|
2021-04-03 20:24:06 +00:00
|
|
|
|
## Installation Instructions
|
2021-04-26 13:42:12 +00:00
|
|
|
|
Hello there! Thanks for trying out yet another open-source Minecraft resourcepack first of all! I am very thankful for that :D.
|
2021-04-03 20:29:37 +00:00
|
|
|
|
Now let's go on to the installation instructions:
|
2021-04-03 20:23:40 +00:00
|
|
|
|
|
2021-04-03 20:24:06 +00:00
|
|
|
|
### Easy Install
|
2021-04-03 20:23:40 +00:00
|
|
|
|
ℹ️ Recommended for users who are scared of the command line.
|
|
|
|
|
Instructions:
|
|
|
|
|
1. Go to the releases tab or click [this link](https://github.com/SangeloDev/SangeFault/releases) and download the latest version.
|
|
|
|
|
2. Unzip the zip file.
|
|
|
|
|
3. Windows:
|
|
|
|
|
- Press WIN+R together on your keyboard.
|
|
|
|
|
- Type in `%appdata%` and click `Run`.
|
|
|
|
|
- Go into your Minecraft folder (eg. `.minecraft`) and then into `resourcepacks`
|
|
|
|
|
- Paste in the zip file which was **inside** the zip file you downloaded earlier.
|
2021-04-03 20:25:32 +00:00
|
|
|
|
|
2021-04-03 20:23:40 +00:00
|
|
|
|
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.
|
2021-04-26 13:31:25 +00:00
|
|
|
|
- Paste in the zip file which was **inside** the zip you downloaded earlier.
|
2021-04-03 20:23:40 +00:00
|
|
|
|
|
|
|
|
|
Linux:
|
2021-04-03 20:28:20 +00:00
|
|
|
|
- Go to your Minecraft path: /home/`username`/`minecraft path (eg. .minecraft)`
|
2021-04-03 20:23:40 +00:00
|
|
|
|
- Locate the `resourcepacks` folder and open it.
|
2021-04-26 13:31:25 +00:00
|
|
|
|
- Paste in the zip file which was **inside** the zip you downloaded earlier.
|
2021-04-03 20:23:40 +00:00
|
|
|
|
4. Start Minecraft and enjoy!
|
|
|
|
|
|
2021-04-03 20:24:06 +00:00
|
|
|
|
### Hard Install
|
2021-04-03 20:23:40 +00:00
|
|
|
|
ℹ️ For the ones that would like to flex 😎.
|
|
|
|
|
1. Open a Command Promt (Windows) or Terminal (Mac & Linux).
|
|
|
|
|
2. Type in `cd [path to your minecraft resourcepack folder*]`
|
|
|
|
|
3. Type `git clone https://github.com/SangeloDev/SangeFault`
|
|
|
|
|
4. Start Minecraft and enjoy!
|
|
|
|
|
|
2021-04-03 20:24:06 +00:00
|
|
|
|
## Update Instructions
|
2021-04-03 20:23:40 +00:00
|
|
|
|
This is how you update my pack to the latest release. This pack is far from finished, y'know?
|
2021-04-03 20:24:06 +00:00
|
|
|
|
### Easy Installation (Only do if you used the Easy Installation Method!)
|
2021-04-03 20:23:40 +00:00
|
|
|
|
1. Download the latest release
|
|
|
|
|
2. Follow the installation instructions for your os.
|
|
|
|
|
3. Start Minecraft and enjoy!
|
|
|
|
|
|
2021-04-03 20:24:06 +00:00
|
|
|
|
### Hard Installation (Only possible with the Hard Installation Method!)
|
2021-04-03 20:23:40 +00:00
|
|
|
|
1. Open a Command Prompt (Windows) or a Terminal (Mac & Linux)
|
|
|
|
|
2. Type in `cd [path to your minecraft resourcepack folder*] && git pull`
|
|
|
|
|
3. Start Minecraft and enjoy!
|
|
|
|
|
|
2021-04-03 20:30:21 +00:00
|
|
|
|
#### *Follow the Easy Installation Instructions to find your directory if you don't know where it is.
|