Skip to content

Commit

Permalink
CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Dec 21, 2024
1 parent 201255c commit bae56af
Show file tree
Hide file tree
Showing 2 changed files with 66 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.20.1 instance called TerraFirmaGreg-Modern.
- Install `Forge 47.2.6`.

### 3

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

### 4

- Clone the project to the empty `TerraFirmaGreg-Modern/.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
26 changes: 19 additions & 7 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,31 @@

## Survival Modpack As It Should've Been

**TerraFirmaGreg-Modern** 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 Modern](https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern).
**TerraFirmaGreg-Modern** 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 Modern].

Modpack developers have carefully combined TerraFirmaCraft, which has little compatibility ability, and [GregTech Modern](https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern), the best of the technical mods.
Modpack developers have carefully combined TerraFirmaCraft, which has little compatibility ability, and [GregTech Modern], 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 Modern](https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern)
- [Applied Energistics](https://www.curseforge.com/minecraft/mc-mods/ae2)
- [Create](https://www.curseforge.com/minecraft/mc-mods/create)
- [Gregicality Rocketry](https://www.curseforge.com/minecraft/mc-mods/gcyr)
- [TerraFirmaCraft]
- [GregTech Modern]
- [Applied Energistics]
- [Create]
- [Gregicality Rocketry]


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 Modern]: https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern
[Applied Energistics]: https://www.curseforge.com/minecraft/mc-mods/ae2
[Create]: https://www.curseforge.com/minecraft/mc-mods/create
[Gregicality Rocketry]: https://www.curseforge.com/minecraft/mc-mods/gcyr

0 comments on commit bae56af

Please sign in to comment.