Skip to content

Instantly share code, notes, and snippets.

View EzerArch's full-sized avatar
🎯
Very busy

Ezer'Arch EzerArch

🎯
Very busy
View GitHub Profile
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
@EzerArch
EzerArch / gist:cc71aa253ee3a6633c1079c64ce4004b
Created May 6, 2020 23:53
Galacticraft: Ticking block entity: TileBaseUniversalElectrical
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.273.jar)
@EzerArch
EzerArch / list_mods.py
Created April 13, 2020 17:45
Creates a mod_list.txt with all files within a directory.
### GitHub file lister
### Written by Ezer'Arch (ezerarch.com)
### Put this in a folder and execute it. It will create a mod_list.txt with all files.
import os # import os module
files = [f for f in os.listdir('.') if os.path.isfile(f)] # list files in the current dir but ignore subdirs
with open('mod_list.txt', 'w') as output: # create a txt file
output.write("### Mod list\n") # title for GitHub
@EzerArch
EzerArch / Mekanism.cfg
Created December 24, 2017 12:14
Mekanism 1.7.10 config file
# Configuration file
client {
I:AmbientLightingLevel=15
B:CTMRenderer=true
B:EnableAmbientLighting=true
B:EnableMachineSounds=true
B:EnablePlayerSounds=true
B:FancyUniversalCableRender=false
B:Holidays=true
@EzerArch
EzerArch / gist:4f04796846fb8270773a221b0cde16ea
Created June 25, 2017 19:35
Optifine crashing with 1.11.2 Forge 2345
2017-06-25 16:34:37,626 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-06-25 16:34:37,628 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:34:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:34:37] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:34:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[16:34:37] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2345 for Minecraft 1.11.2 loading
[16:34:37] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_131
[16:34:37] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.11_HD_U_B8.jar
[16:34:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInj
{
"biomes": [
{
"conditions": "MATCH('(?i)(.*space.*)', biome.name)",
"_comment": "Galacticraft Space",
"stepSoundReset": true,
"soundReset": true,
"sounds": [
]
},
{
"biomes":[
{
"biomeName":"(?i)(.*space.*)",
"soundReset": true,
"sounds":[
]
},
{
"biomeName":"(?i)(.*moon.*)",
# Configuration file
font {
B:"Font Anti-Aliasing"=false
B:"Use Custom Font Engine"=true
}
general {
B:"Allow Conflicting Keybinds"=true
# Configuration file
font {
B:"Font Anti-Aliasing"=false
B:"Use Custom Font Engine"=true
}
general {
B:"Allow Conflicting Keybinds"=true
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.76-BETA.jar)
MineshotCore (Mineshot-v1.71-1.10.2.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
Contact their authors BEFORE contacting forge