Skip to content

Instantly share code, notes, and snippets.

@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)
@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 / 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 / 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 / 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 / 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 / ex_nihlio_hive_crash
Created June 16, 2015 22:58
Ex nihilo scented artificial hive crash
---- Minecraft Crash Report ----
// Sorry :(
Time: 6/13/15 6:39 PM
Description: Ticking block entity
java.lang.NoSuchFieldError: flowerRegistry
at exnihilo.compatibility.foresty.Surrounding.tryAddFlower(Surrounding.java:51)
at exnihilo.compatibility.foresty.Surrounding.addBlock(Surrounding.java:41)
at exnihilo.blocks.tileentities.TileEntityBeeTrap.func_145845_h(TileEntityBeeTrap.java:88)
@Qohelethh
Qohelethh / RR windmill crash
Created June 19, 2015 10:05
crash on windmill formation
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/19/15 11:04 AM
Description: Ticking block entity
java.lang.ClassCastException: com.draco18s.ores.entities.TileEntityWindmill cannot be cast to com.draco18s.hardlib.api.interfaces.IMechanicalPowerUser
at com.draco18s.ores.entities.TileEntityWindmill.func_145845_h(TileEntityWindmill.java:41)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
@Qohelethh
Qohelethh / RR biome crash
Created June 27, 2015 23:16
crash when creating world
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 6/27/15 11:33 PM
Description: Unexpected error
java.lang.ArrayIndexOutOfBoundsException: -14260
at net.minecraft.world.ColorizerGrass.func_77480_a(SourceFile:14)
at twilightforest.biomes.TFBiomeSwamp.func_150558_b(TFBiomeSwamp.java:141)
at mapwriter.BlockColourGen.genBiomeColours(BlockColourGen.java:78)
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 7/21/15 9:02 PM
Description: Unexpected error
java.lang.IndexOutOfBoundsException: Index: 72, Size: 8
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.draco18s.wildlife.client.TextureCalendar.func_94219_l(TextureCalendar.java:33)