Skip to content

Commit

Permalink
new: CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Dec 21, 2024
1 parent 06d2195 commit 40beff1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 7 deletions.
47 changes: 47 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Contributing to Underdog

## Required software

- [Git]
- [Pakku]

## Recommended software

- [PrismLauncher]
- [Visual Studio Code]


## Set-up

Please follow these steps:

### 1

- Fork the project.

### 2

- In your PrismLauncher, add a new 1.12.2 instance called TerraFirmaGreg-Vintage.
- Install `Forge 14.23.5.2860`.

### 3

- Delete *everything* from the `TerraFirmaGreg-Vintage/.minecraft` folder.

### 4

- Clone the project to the empty `TerraFirmaGreg-Vintage/.minecraft` folder. \
You can do that using **terminal**, **cmd** or the **GitHub Desktop** app.

### 5

- Open your _terminal_ and run:
```
pakku fetch
```
<!-- Links: -->
[PrismLauncher]: https://prismlauncher.org/
[Visual Studio Code]: https://code.visualstudio.com/
[Git]: https://git-scm.com/
[Pakku]: https://github.com/juraj-hrivnak/Pakku
25 changes: 18 additions & 7 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,30 @@

## Survival Modpack As It Should've Been

**TerraFirmaGreg-Vintage** is a Forge modpack that makes the gameplay of Minecraft realistic and challenging, because it contains two of the hard and coolest mods for Minecraft, these are [TerraFirmaCraft](https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft) and [GregTech CEu](https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial).
**TerraFirmaGreg-Vintage** is a Forge modpack that makes the gameplay of Minecraft realistic and challenging, because it contains two of the hard and coolest mods for Minecraft, these are [TerraFirmaCraft] and [GregTech CEu].

Modpack developers have carefully combined TerraFirmaCraft, which has little compatibility ability, and [GregTech CEu](https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial), the best of the technical mods.
Modpack developers have carefully combined TerraFirmaCraft, which has little compatibility ability, and [GregTech CEu], the best of the technical mods.

Also in the modpack there are other interesting mods that will allow you to pass the time with pleasure (or not):

- [TerraFirmaCraft](https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft)
- [GregTech CEu](https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial)
- [Applied Energistics](https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life)
- [Galacticraft](https://www.curseforge.com/minecraft/mc-mods/galacticraft-legacy)
- [OpenComputers](https://www.curseforge.com/minecraft/mc-mods/opencomputers)
- [TerraFirmaCraft]
- [GregTech CEu]
- [Applied Energistics]
- [Galacticraft]
- [OpenComputers]


and others, also all these mods have addons to diversify the gameplay even more! To make it easier for you to start developing in this complex world, there are quests in the modpack, with the help of them you can get used to this unfriendly world.

## Development

For the set-up guide, please feel free to head to the [CONTRIBUTING.md](CONTRIBUTING.md).

![img](https://github.com/TerraFirmaGreg-Team/.github/blob/main/branding/image_readme.png?raw=true)

<!-- Links: -->
[TerraFirmaCraft]: https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft
[GregTech CEu]: https://www.curseforge.com/minecraft/mc-mods/gregtech-ce-unofficial
[Applied Energistics]: https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life
[Galacticraft]: https://www.curseforge.com/minecraft/mc-mods/galacticraft-legacy
[OpenComputers]: https://www.curseforge.com/minecraft/mc-mods/opencomputers

0 comments on commit 40beff1

Please sign in to comment.