Added Pack Websites And Badges

This commit is contained in:
Sangelo 2021-07-05 18:02:09 +02:00 committed by GitHub
parent 2501c4f2e9
commit e19cdd6ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

161
README.md
View file

@ -1,77 +1,84 @@
# SangeFault # SangeFault
## Installation Instructions ![UC2Badge](https://img.shields.io/badge/UC%C2%B2-supported-%23FE7D37)![LabymodBadge](https://img.shields.io/badge/LabyMod-supported-%23008FE8)
Hello there! Thanks for trying out world's first complex open-source Minecraft resourcepack for 1.8.9 first of all! I am very thankful for that :D.
Now let's go on to the installation instructions: [![PMC](https://img.shields.io/badge/PlanetMinecraft-visit-%236EC310)](https://www.planetminecraft.com/texture-pack/sangefault-1-8-x-resource-pack/)[![Website](https://img.shields.io/badge/Addons-pick%20and%20choose-blue)](https://pack.sangelo.space)
### Installation using your graphical interface ## Installation Instructions
Recommended for users who are scared of the command line. Hello there! Thanks for trying out world's first complex open-source Minecraft resourcepack for 1.8.9 first of all! I am very thankful for that :D.
Instructions: Now let's go on to the installation 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. ### Installation using your graphical interface
3. Windows: Recommended for users who are scared of the command line.
- Press WIN+R together on your keyboard. Instructions:
- Type in `%appdata%` and click `Run`. 1. Go to the releases tab or click [this link](https://github.com/SangeloDev/SangeFault/releases) and download the latest version.
- Go into your Minecraft folder (eg. `.minecraft`) and then into `resourcepacks` 2. Unzip the zip file.
- Paste in the zip file which was **inside** the zip file you downloaded earlier. 3. Windows:
- Press WIN+R together on your keyboard.
Mac: - Type in `%appdata%` and click `Run`.
- Open a Finder window. - Go into your Minecraft folder (eg. `.minecraft`) and then into `resourcepacks`
- Press `⌘ + ⇧ + G`, type in `~/Library/Application\ Support/` and press enter. - Paste in the zip file which was **inside** the zip file you downloaded earlier.
- Locate your Minecraft folder (eg. `.minecraft`) and open it.
- Locate the `resourcepacks` folder and open it. Mac:
- Paste in the zip file which was **inside** the zip you downloaded earlier. - Open a Finder window.
- Press `⌘ + ⇧ + G`, type in `~/Library/Application\ Support/` and press enter.
Linux: - Locate your Minecraft folder (eg. `.minecraft`) and open it.
- Go to your Minecraft path: /home/`username`/`minecraft path (eg. .minecraft)` - Locate the `resourcepacks` folder and open it.
- Locate the `resourcepacks` folder and open it. - Paste in the zip file which was **inside** the zip you downloaded earlier.
- Paste in the zip file which was **inside** the zip you downloaded earlier.
4. Start Minecraft and enjoy! Linux:
- Go to your Minecraft path: /home/`username`/`minecraft path (eg. .minecraft)`
### Command-line installation - Locate the `resourcepacks` folder and open it.
Windows: - Paste in the zip file which was **inside** the zip you downloaded earlier.
```bash 4. Start Minecraft and enjoy!
# Open your minecraft resourcepack folder ### Command-line installation
cd %appdata%/.minecraft/resourcepacks
Prerequisites: [Git](https://git-scm.com/downloads)
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault Windows:
``` ```bash
# Open your minecraft resourcepack folder
Mac: cd %appdata%/.minecraft/resourcepacks
```bash
# Open your minecraft resourcepack folder # Clone this repo into your resource packs folder.
cd ~/Library/Application\ Support/.minecraft/resourcepacks git clone https://github.com/SangeloDev/SangeFault
```
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault Mac:
``` ```bash
# Open your minecraft resourcepack folder
Linux: cd ~/Library/Application\ Support/.minecraft/resourcepacks
```bash
# Open your minecraft resourcepack folder # Clone this repo into your resource packs folder.
cd ~/.minecraft/resourcepacks git clone https://github.com/SangeloDev/SangeFault
```
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault Linux:
``` ```bash
# Open your minecraft resourcepack folder
## Update Instructions cd ~/.minecraft/resourcepacks
This is how you update my pack to the latest release. This pack is far from finished, y'know?
### Update using graphical interface # Clone this repo into your resource packs folder.
1. Download the latest release git clone https://github.com/SangeloDev/SangeFault
2. Follow the installation instructions for your os. ```
3. Start Minecraft and enjoy!
## Update Instructions
### Update using command-line This is how you update my pack to the latest release. This pack is far from finished, y'know?
1. Go into your folder again (as explained) and run the command `git pull` instead of the `git clone` command. ### Update using graphical interface
1. Download the latest release
## Versioning 2. Follow the installation instructions for your os.
Since release 1.0.3, I am using a versioning system for releases, since this pack is still WIP. 3. Start Minecraft and enjoy!
I'll be naming:
- Major releases (1.0, 1.1, etc.) as MR ### Update using command-line
- Minor releases (1.0.1, 1.1.4, etc.) as mR 1. Go into your folder again (as explained above) and run the command `git pull` instead of the `git clone https://github.com/SangeloDev/SangeFault` command.
- Patches (1.0.2.1, etc.) as PR
(May be changed in the future) ## Contribution
Contribution is always welcome, since this is the point of the pack. You can create addons for the pack by editing the pack itself, and it will be reviewed and merged in the addons branch.
#### *Follow the Easy Installation Instructions to find your directory if you don't know where it is.
## Credits
Based on [SammyFault's 16x Pack](http://www.mediafire.com/file/vrojgs74merz18h/%2521_%25C2%25A72Sammyfault_%25C2%25A7a%255B16x%255D.zip/file)
1.0.3 : Includes Wool from [Majesta's 16x Pack](https://www.mediafire.com/file/m2i4zdffmh4s95z/!++++++++%C2%A75%C2%A7lmajesta+%C2%A78[16x].zip/file)
#### *Follow the Easy Installation Instructions to find your directory if you don't know where it is.