CONTRIBUTING
This commit is contained in:
parent
201255cff4
commit
bae56af057
2 changed files with 66 additions and 7 deletions
47
.github/CONTRIBUTING.md
vendored
47
.github/CONTRIBUTING.md
vendored
|
|
@ -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
.github/README.md
vendored
26
.github/README.md
vendored
|
|
@ -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).
|
||||
|
||||

|
||||
|
||||
|
||||
<!-- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue