Compare commits

...

7 Commits
1.24.1 ... 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
Craig Tunnell
d34f4547ca 1.21.5 update 2025-04-10 16:41:45 +12:00
Craig Tunnell
45006b8c15 1.21.5 update 2025-04-10 16:40:42 +12:00
7223417ae1 Upload files to "/" 2025-04-10 15:56:20 +12:00
917df28dce Update README.md 2025-04-10 15:37:14 +12:00
14 changed files with 7 additions and 15 deletions

1
.gitignore vendored
View File

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

View File

@ -1,14 +0,0 @@
# Minecraft Mods
Mods repo for the minecraft Server
## Installation
## Direct Links
_Name the technologies used in the project._
* [Spring](https://spring.io/) - Framework Used.
* [React](https://reactjs.org/) - UI Library.
* [Hibernate](https://hibernate.org/) - ORM.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
modmenu-14.0.0-rc.2.jar Normal file

Binary file not shown.

4
sync.bat Normal file
View File

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

3
sync.sh Normal file
View File

@ -0,0 +1,3 @@
git pull
$SHELL