Skip to content

Instantly share code, notes, and snippets.

@chylex
chylex / ItemStack.java
Last active September 19, 2015 01:27
ItemStack block fix?
public class ItemStack{
private final Block linkedBlock;
public ItemStack(Block block, ...){
this(...);
this.block = linkedBlock;
}
public Item getItem(){
if (linkedBlock != null && (delegate == null || delegate.get() == null)){
@chylex
chylex / OpenEye_tweaks.user.js
Created April 26, 2015 17:02
Greasemonkey script - OpenEye magic button (removes duplicates and unwanted reports)
// ==UserScript==
// @name OpenEye tweaks
// @namespace http://chylex.com/
// @include http://openeye.openmods.info/crashes
// @include https://openeye.openmods.info/crashes
// @include http://openeye.openmods.info/crashes?page=1
// @include https://openeye.openmods.info/crashes?page=1
// @version 1
// ==/UserScript==
@chylex
chylex / gist:787116eb1631456672c0
Created April 21, 2015 14:35
FML Loading Screen - desktop with mods
[16:27:59] [Client thread/INFO] [STDOUT/]: [cpw.mods.fml.client.SplashProgress:start:89]: ---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 21.4.15 16:27
Description: Loading screen debug info
java.lang.Throwable
at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:88)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:190)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
@chylex
chylex / gist:65f2531da79185bdf199
Created April 21, 2015 14:25
FML Loading Screen - laptop
[16:22:34] [Client thread/INFO] [STDOUT/]: [cpw.mods.fml.client.SplashProgress:start:89]: ---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 21.4.15 16:22
Description: Loading screen debug info
java.lang.Throwable
at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:88)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:190)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)