This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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) |
NewerOlder