Removed duplicate mods, fixed start script, added gitignore

This commit is contained in:
Logan G 2021-10-11 18:06:18 -06:00
parent 44ad3687bd
commit 5598898bc2
Signed by: logan
GPG key ID: E328528C921E7A7A
4 changed files with 25 additions and 1 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
*
!config/
!config/**
!libraries/
!libraries/**
!marytts/
!marytts/**
!mods/
!mods/**
!scripts/
!scripts/**
!.gitignore
!1.12.2.json
!eula.txt
!forge-1.12.2-14.23.5.2855.jar
!minecraft_server.1.12.2.jar
!README.md
!start.sh

Binary file not shown.

View file

@ -1,3 +1,3 @@
#!/bin/bash
java -Xms3G -Xmx4G -jar forge-1.12.2-14.23.5.2855-universal.jar nogui
java -Xms3G -Xmx4G -jar forge-1.12.2-14.23.5.2855.jar nogui