Skip to content

Commit

Permalink
Getting Prepared for Next Release
Browse files Browse the repository at this point in the history
  • Loading branch information
KuryKat committed Feb 19, 2023
1 parent 5b6685f commit 08f00eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
;See "serverstart.log" in the LOGS subfolder
;For more details/help see: https://github.com/AllTheMods/Server-Scripts

MAX_RAM=4G;
MAX_RAM=8G;
JAVA_ARGS=-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -Dfml.readTimeout=180 -Dfml.queryResult=confirm;
CRASH_COUNT=5;
CRASH_TIMER=600;
RUN_FROM_BAD_FOLDER=0;
USE_SPONGE=0;

MODPACK_NAME=Junkie Monkey
MODPACK_NAME=Junkie Monkey;
MCVER=1.16.5;
FORGEVER=36.2.39;
FORGEURL=DISABLE;
4 changes: 2 additions & 2 deletions automation/settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ $MODPACK_NAME = "Junkie-Monkey"
$CLIENT_NAME = "Junkie-Monkey"

# Version Of The Modpack
$MODPACK_VERSION = "0.1.1"
$MODPACK_VERSION = "0.2.0"

# Last Version Of The Modpack
# Needed For Changelog Parsing
$LAST_MODPACK_VERSION = "0.1.0"
$LAST_MODPACK_VERSION = "0.1.1"

# =====================================================================//
# CHANGELOG SETTINGS
Expand Down

0 comments on commit 08f00eb

Please sign in to comment.