Compare commits

...

3 Commits
1.21.5 ... main

Author SHA1 Message Date
abfef6287b Delete .ignore 2025-04-19 11:44:45 +12:00
72d640ced9 Delete Readme - Pointless 2025-04-19 11:44:28 +12:00
Craig Tunnell
6527c77fdf Added sync file for windows 2025-04-10 17:35:21 +12:00
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.md

View File

@ -1,3 +0,0 @@
# Minecraft Mods
Mods repo for the minecraft Server

4
sync.bat Normal file
View File

@ -0,0 +1,4 @@
git branch --set-upstream-to=origin/main
git pull
pause