From bae56af057218449332360e32f621f0d87ee2d4f Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Sat, 21 Dec 2024 12:59:14 +0500 Subject: [PATCH] CONTRIBUTING --- .github/CONTRIBUTING.md | 47 +++++++++++++++++++++++++++++++++++++++++ .github/README.md | 26 +++++++++++++++++------ 2 files changed, 66 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e69de29bb..9a81097cd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 + ``` + + +[PrismLauncher]: https://prismlauncher.org/ +[Visual Studio Code]: https://code.visualstudio.com/ +[Git]: https://git-scm.com/ +[Pakku]: https://github.com/juraj-hrivnak/Pakku \ No newline at end of file diff --git a/.github/README.md b/.github/README.md index 8973234cc..1f115dfa9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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) + + + +[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 \ No newline at end of file