Skip to content

Instantly share code, notes, and snippets.

View skyecodes's full-sized avatar

skyecodes skyecodes

  • France
  • 10:18 (UTC +02:00)
View GitHub Profile
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
IC2core (industrialcraft-2-2.6.72-ex110.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
CCCDeobfPlugin (unknown)
AppEngCore (appliedenergistics2-rv3-alpha-0-1-10.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.57-universal.jar)
IC2core (industrialcraft-2-2.6.72-ex110.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
CCCDeobfPlugin (unknown)
AppEngCore (appliedenergistics2-rv3-alpha-0-1-10.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
---- Minecraft Crash Report ----
// Don't do that.
Time: 27/06/17 22:01
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Wireless Switch Control (wsc)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
@skyecodes
skyecodes / conkyrc
Created May 25, 2018 12:46
conkyrc
conky.config = {
alignment = 'top_right',
background = false,
border_width = 1,
color1 = '#00BCD4',
cpu_avg_samples = 2,
default_color = '#D1E7D1',
default_outline_color = 'white',
default_shade_color = 'white',
double_buffer = true,
@skyecodes
skyecodes / visualizer.sh
Created May 25, 2018 12:50
visualizer.sh
#!/bin/bash
#=======================================================================================
#
# Transforms cava music visualizer in a cool desktop decoration
#
# Author: Guido_Fe
#
# Dependencies (and credits):
# xdotool
# cava
div.guild-wrappers{background-color:#222d32}div.channels-Ie2l6A div.flexChild-faoVW3{background-color:#222d32}div.channels-Ie2l6A div.scroller-2FKFPG{background-color:#263238}div#friends div.flex-1xMQg5{background-color:#222d32}div#friends div.friends-table{background-color:#29353b}/*# sourceMappingURL=theme.css.map */
div.guild-wrappers{background-color:#222d32}div.channels-Ie2l6A div.flexChild-faoVW3{background-color:#222d32}div.channels-Ie2l6A div.scroller-2FKFPG{background-color:#263238}div#friends div.flex-1xMQg5{background-color:#222d32}div#friends div.friends-table{background-color:#29353b}/*# sourceMappingURL=theme.css.map */
/*!
* Discord-Adapta-Nokto
* Copyright (C) 2018 Sefa Eyeoglu <contact@scrumplex.net> (https://scrumplex.net)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@skyecodes
skyecodes / console
Created December 9, 2018 11:16
Fabric setup error
franck@franck-laptop:~$ cd IdeaProjects/minecraft/mods/fabric-example-mod/
franck@franck-laptop:~/IdeaProjects/minecraft/mods/fabric-example-mod$ java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-0ubuntu0.18.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
franck@franck-laptop:~/IdeaProjects/minecraft/mods/fabric-example-mod$ ./gradlew genSources idea
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
Fabric Loom: 0.0.14-SNAPSHOT Build(jenkins #10)
@skyecodes
skyecodes / build.gradle
Created December 9, 2018 11:20
Fabric setup error
plugins {
id 'java'
id 'eclipse'
id 'idea'
id 'fabric-loom' version '0.0.14-SNAPSHOT'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8