Skip to content

Instantly share code, notes, and snippets.

View celestefox's full-sized avatar
💭
I may be slow to respond.

Celeste Fox celestefox

💭
I may be slow to respond.
View GitHub Profile
@celestefox
celestefox / add.to.mod_moreEverything.js
Last active December 22, 2015 04:38
Python in Javascript in Minecraft oh my!
//Start python script engine integration
var __system__;
var __file__;
var __pathJoiner__;
var engineManager;
var engine;
var execPyString;
var execPyStream;
var execPyFile;
@celestefox
celestefox / Client
Last active December 13, 2015 23:29
Minecraft launch opts
CURRENTLY UNDER KITTENSTRUCTION - DO NOT USE RIGHT NOW
-Xverify:none -XX:+UnlockExperimentalVMOptions -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:-DontCompileHugeMethods -XX:MaxInlineSize=1024 -XX:FreqInlineSize=1024 -XX:+CMSParallelRemarkEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:MaxHeapFreeRatio=25 -XX:MinHeapFreeRatio=20 -XX:MaxPermSize=256M -XX:NewSize=240m -XX:SurvivorRatio=10 -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -XX:MaxTenuringThreshold=4 -XX:+AggressiveOpts -XX:+OptimizeStringConcat -XX:+PrintCommandLineFlags -XX:+PrintGCDetails -Xloggc:GC.log
-Xmn2G -Xss4M -Xms4G -Xmx4G -XX:+UseLargePages -XX:PermSize=256M -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseCompressedStrings -XX:+UseBiasedLocking -Xincgc -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:UseSSE=4 -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=10 -Djava.net.preferIPv4Stack=true
To use with MMC:
1. Click the settings icon at the top.
2. Cloick on the Ja