Skip to content

Instantly share code, notes, and snippets.

@Qohelethh
Qohelethh / YGCcrash
Last active August 29, 2015 14:22
YGC crash
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 5/29/15 7:51 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ivorius/yegamolchattels/client/rendering/ModelPedestalWood
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
@Qohelethh
Qohelethh / automagy crash
Created April 18, 2015 00:56
automagy crash
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 4/18/15 1:53 AM
Description: Rendering item
java.lang.ExceptionInInitializerError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
@Qohelethh
Qohelethh / wg crash
Last active August 29, 2015 14:19
client crash with crystal capsules
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 4/18/15 12:55 AM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at net.minecraftforge.fluids.FluidRegistry.getFluidID(FluidRegistry.java:119)
at net.minecraftforge.fluids.Fluid.getID(Fluid.java:177)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:27)
@Qohelethh
Qohelethh / client crash
Created March 20, 2015 01:42
client crash
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 3/20/15 1:34 AM
Description: Unexpected error
java.lang.IllegalArgumentException: Default value cannot be lower than minimum value!
at net.minecraft.entity.ai.attributes.RangedAttribute.<init>(SourceFile:14)
at net.minecraft.client.network.NetHandlerPlayClient.func_147290_a(NetHandlerPlayClient.java:1629)
at net.minecraft.network.play.server.S20PacketEntityProperties.func_148833_a(SourceFile:71)
@Qohelethh
Qohelethh / hungeroverhaulblacklist
Last active August 29, 2015 14:17
hungeroverhaul blacklist
{
// a list of foods that should not have their food values modified by HO
// the foods in this list will not have their values changed by HO at all (even if specified in the 'foods' section above)
"foodsBlacklist": [
{
// the name of the item in "mod:name" format
"name": "TwilightForest:item.hydraChop",
// [optional] the metadata value of the item (default: wildcard (any metadata))
"meta": 0
}
@Qohelethh
Qohelethh / forestry crash
Created March 16, 2015 17:17
forestry crash on startup
---- Minecraft Crash Report ----
// You're mean.
Time: 3/16/15 4:53 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at forestry.plugins.PluginLepidopterology.registerRecipes(PluginLepidopterology.java:148)
at forestry.plugins.PluginManager.runPostInit(PluginManager.java:256)
at forestry.core.ForestryCore.postInit(ForestryCore.java:123)