Removed duplicate mods, fixed start script, added gitignore
This commit is contained in:
parent
44ad3687bd
commit
5598898bc2
4 changed files with 25 additions and 1 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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.
Binary file not shown.
2
start.sh
2
start.sh
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/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
|
||||||
|
|
Loading…
Reference in a new issue