https://github.com/errhythm/modscraft
Who said I can not use Github for gaming? This repository is for my friends to sync my mods with my computer directly.
https://github.com/errhythm/modscraft
Last synced: 3 months ago
JSON representation
Who said I can not use Github for gaming? This repository is for my friends to sync my mods with my computer directly.
- Host: GitHub
- URL: https://github.com/errhythm/modscraft
- Owner: errhythm
- Created: 2025-09-01T15:47:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T15:57:46.000Z (10 months ago)
- Last Synced: 2025-09-01T17:41:33.812Z (10 months ago)
- Size: 15.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modscraft
Who said I can not use Github for gaming? This repository is for my friends to sync my mods with my computer directly.
You should pull this repository **directly into your Minecraft mods folder** so that it always stays up to date.
---
## 📥 First Time Setup (Windows)
1. Install [Git](https://git-scm.com/downloads) if you don’t have it.
2. Open PowerShell and run:
```powershell
cd $env:APPDATA\.minecraft
git clone https://github.com/errhythm/modscraft.git mods
```
> This will create the repo directly as your `.minecraft/mods` folder.
---
## 🔄 Updating Mods
To get the latest mods, open PowerShell and run:
```powershell
cd $env:APPDATA\.minecraft\mods
git pull
```
That’s it! The mods will always match the server.
---
## ⚠️ Notes
* Make sure you have **Forge or Fabric** installed (depending on server requirements).
* If you accidentally delete a mod, just run `git pull` again to restore it.